Class BmTransactionException

  • All Implemented Interfaces:
    Serializable

    public final class BmTransactionException
    extends RuntimeException
    The type of runtime exception that is thrown by BM transaction if there are any unexpected flow of processing.
    See Also:
    Serialized Form
    • Constructor Detail

      • BmTransactionException

        public BmTransactionException​(String message,
                                      Throwable cause)
        Creates a new BM transaction exception.
        Parameters:
        message - the detail message, can be null.
        cause - the cause, can be null.
      • BmTransactionException

        public BmTransactionException​(String message)
        Creates a new BM transaction exception.
        Parameters:
        message - the detail message, can be null.
      • BmTransactionException

        public BmTransactionException​(Throwable cause)
        Creates a new BM transaction exception.
        Parameters:
        cause - the cause, can be null.