Class DataAccessException

    • 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

      • DataAccessException

        public DataAccessException​(java.lang.String msg)
        Public constructor
        Parameters:
        msg -
      • DataAccessException

        public DataAccessException​(java.lang.String msg,
                                   java.lang.Throwable t)
        Public constructor
        Parameters:
        msg -
        t -
      • DataAccessException

        public DataAccessException​(java.lang.Throwable t)
        Public constructor
        Parameters:
        t -
    • Method Detail

      • setTransactionRetryable

        public void setTransactionRetryable​(boolean flag)
        Setter for the transactionRetryable flag
        Parameters:
        flag -
      • isTransactionRetryable

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