Class BadGatewayException

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

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

    • BadGatewayException

      public BadGatewayException(String aMessage, String aErrorCode)
      Instantiates a new bad gateway exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • BadGatewayException

      public BadGatewayException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new bad gateway exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • BadGatewayException

      public BadGatewayException(String message, Throwable cause)
      Instantiates a new bad gateway exception.
      Parameters:
      message - the message
      cause - the cause
    • BadGatewayException

      public BadGatewayException(String message)
      Instantiates a new bad gateway exception.
      Parameters:
      message - the message
    • BadGatewayException

      public BadGatewayException(Throwable aCause, String aErrorCode)
      Instantiates a new bad gateway exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • BadGatewayException

      public BadGatewayException(Throwable cause)
      Instantiates a new bad gateway exception.
      Parameters:
      cause - the cause