Class DatabaseNotReadyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.linuxforhealth.fhir.database.utils.api.DataAccessException
-
- org.linuxforhealth.fhir.database.utils.api.DatabaseNotReadyException
-
- All Implemented Interfaces:
java.io.Serializable
public class DatabaseNotReadyException extends DataAccessException
DatabaseNotReadyException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DatabaseNotReadyException(java.lang.Exception x)
Public constructorDatabaseNotReadyException(java.lang.String msg, java.lang.Throwable t)
Public constructorDatabaseNotReadyException(java.lang.Throwable t)
Public constructor
-
Method Summary
-
Methods inherited from class org.linuxforhealth.fhir.database.utils.api.DataAccessException
isTransactionRetryable, setTransactionRetryable
-
-
-
-
Constructor Detail
-
DatabaseNotReadyException
public DatabaseNotReadyException(java.lang.Exception x)
Public constructor- Parameters:
x
-
-
DatabaseNotReadyException
public DatabaseNotReadyException(java.lang.String msg, java.lang.Throwable t)
Public constructor- Parameters:
msg
-t
-
-
DatabaseNotReadyException
public DatabaseNotReadyException(java.lang.Throwable t)
Public constructor- Parameters:
t
-
-
-