Class FBResourceTransactionException

    • Constructor Summary

      Constructors 
      Constructor Description
      FBResourceTransactionException​(java.lang.String reason)
      Create a new instance of FBResourceTransactionException with a given message and generic error code
      FBResourceTransactionException​(java.lang.String reason, java.lang.Exception cause)
      Create a new instance of FBResourceTransactionException with a given message and sub-exception.
      FBResourceTransactionException​(java.lang.String reason, java.lang.String errorCode)
      Create a new instance of FBResourceTransactionException with a given message and error code.
      FBResourceTransactionException​(java.lang.String reason, java.lang.String errorCode, java.lang.Exception cause)
      Create a new instance of FBResourceException with a given message, error code and underlying exception.
    • Method Summary

      • Methods inherited from class javax.resource.ResourceException

        getErrorCode, getLinkedException, setErrorCode, setLinkedException
      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FBResourceTransactionException

        public FBResourceTransactionException​(java.lang.String reason)
        Create a new instance of FBResourceTransactionException with a given message and generic error code
        Parameters:
        reason - The string message for this exception
      • FBResourceTransactionException

        public FBResourceTransactionException​(java.lang.String reason,
                                              java.lang.String errorCode)
        Create a new instance of FBResourceTransactionException with a given message and error code.
        Parameters:
        reason - The string message for this exception
        errorCode - The error code for this exception
      • FBResourceTransactionException

        public FBResourceTransactionException​(java.lang.String reason,
                                              java.lang.Exception cause)
        Create a new instance of FBResourceTransactionException with a given message and sub-exception.
        Parameters:
        reason - The string message for this exception
        cause - The underlying exception
      • FBResourceTransactionException

        public FBResourceTransactionException​(java.lang.String reason,
                                              java.lang.String errorCode,
                                              java.lang.Exception cause)
        Create a new instance of FBResourceException with a given message, error code and underlying exception.
        Parameters:
        reason - The string message for this exception
        errorCode - The error code for this exception
        cause - The underlying exception