Package com.ibm.fhir.database.utils.api
Class DatabaseNotReadyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.fhir.database.utils.api.DataAccessException
-
- com.ibm.fhir.database.utils.api.DatabaseNotReadyException
-
- All Implemented Interfaces:
Serializable
public class DatabaseNotReadyException extends DataAccessException
DatabaseNotReadyException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseNotReadyException(Exception x)
Public constructorDatabaseNotReadyException(String msg, Throwable t)
Public constructorDatabaseNotReadyException(Throwable t)
Public constructor
-
Method Summary
-
Methods inherited from class com.ibm.fhir.database.utils.api.DataAccessException
isTransactionRetryable, setTransactionRetryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DatabaseNotReadyException
public DatabaseNotReadyException(Exception x)
Public constructor- Parameters:
x
-
-
DatabaseNotReadyException
public DatabaseNotReadyException(String msg, Throwable t)
Public constructor- Parameters:
msg
-t
-
-
DatabaseNotReadyException
public DatabaseNotReadyException(Throwable t)
Public constructor- Parameters:
t
-
-
-