Class BmTransactionLimitExceededException

  • All Implemented Interfaces:
    Serializable

    public class BmTransactionLimitExceededException
    extends RuntimeException
    The runtime exception thrown in case the BM transaction count limit is exceeded.
    See Also:
    Serialized Form
    • Constructor Detail

      • BmTransactionLimitExceededException

        public BmTransactionLimitExceededException​(String message)
        Create a new exception with the specified detail message.
        Parameters:
        message - the detail message.