Class PaymentRequiredRuntimeException

    • Constructor Detail

      • PaymentRequiredRuntimeException

        public PaymentRequiredRuntimeException​(String aMessage,
                                               String aErrorCode)
        Instantiates a new payment required runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • PaymentRequiredRuntimeException

        public PaymentRequiredRuntimeException​(String aMessage,
                                               Throwable aCause,
                                               String aErrorCode)
        Instantiates a new payment required runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • PaymentRequiredRuntimeException

        public PaymentRequiredRuntimeException​(String message,
                                               Throwable cause)
        Instantiates a new payment required runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • PaymentRequiredRuntimeException

        public PaymentRequiredRuntimeException​(String message)
        Instantiates a new payment required runtime exception.
        Parameters:
        message - the message
      • PaymentRequiredRuntimeException

        public PaymentRequiredRuntimeException​(Throwable aCause,
                                               String aErrorCode)
        Instantiates a new payment required runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • PaymentRequiredRuntimeException

        public PaymentRequiredRuntimeException​(Throwable cause)
        Instantiates a new payment required runtime exception.
        Parameters:
        cause - the cause