Class TableSpaceRemovalException
- 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.TableSpaceRemovalException
-
- All Implemented Interfaces:
java.io.Serializable
public class TableSpaceRemovalException extends DataAccessException
When there is an issue removing the Tablespace- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TableSpaceRemovalException(java.lang.String msg)
Public constructorTableSpaceRemovalException(java.lang.String msg, java.lang.Throwable t)
Public constructorTableSpaceRemovalException(java.lang.Throwable t)
Public constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isTransactionRetryable()
Getter for the transactionRetryable flagvoid
setTransactionRetryable(boolean flag)
Setter for the transactionRetryable flag
-
-
-
Constructor Detail
-
TableSpaceRemovalException
public TableSpaceRemovalException(java.lang.String msg)
Public constructor- Parameters:
msg
-
-
TableSpaceRemovalException
public TableSpaceRemovalException(java.lang.String msg, java.lang.Throwable t)
Public constructor- Parameters:
msg
-t
-
-
TableSpaceRemovalException
public TableSpaceRemovalException(java.lang.Throwable t)
Public constructor- Parameters:
t
-
-
-
Method Detail
-
setTransactionRetryable
public void setTransactionRetryable(boolean flag)
Setter for the transactionRetryable flag- Overrides:
setTransactionRetryable
in classDataAccessException
- Parameters:
flag
-
-
isTransactionRetryable
public boolean isTransactionRetryable()
Getter for the transactionRetryable flag- Overrides:
isTransactionRetryable
in classDataAccessException
- Returns:
- true if the transaction could be retried
-
-