Class TableSpaceRemovalException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TableSpaceRemovalException
    extends DataAccessException
    When there is an issue removing the Tablespace
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isTransactionRetryable()
      Getter for the transactionRetryable flag
      void setTransactionRetryable​(boolean flag)
      Setter for the transactionRetryable flag
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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

      • isTransactionRetryable

        public boolean isTransactionRetryable()
        Getter for the transactionRetryable flag
        Overrides:
        isTransactionRetryable in class DataAccessException
        Returns:
        true if the transaction could be retried