Class PaymentRequiredException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.StatusCodeAccessor<HttpStatusCode>

public class PaymentRequiredException extends HttpStatusException
The Class PaymentRequiredException.
See Also:
  • Constructor Details

    • PaymentRequiredException

      public PaymentRequiredException(String aMessage, String aErrorCode)
      Instantiates a new payment required exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • PaymentRequiredException

      public PaymentRequiredException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new payment required exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • PaymentRequiredException

      public PaymentRequiredException(String aMessage, Throwable aCause)
      Instantiates a new payment required exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • PaymentRequiredException

      public PaymentRequiredException(String aMessage)
      Instantiates a new payment required exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • PaymentRequiredException

      public PaymentRequiredException(Throwable aCause, String aErrorCode)
      Instantiates a new payment required exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • PaymentRequiredException

      public PaymentRequiredException(Throwable aCause)
      Instantiates a new payment required exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.