Class BadGatewayRuntimeException

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

public class BadGatewayRuntimeException
extends HttpStatusRuntimeException
The Class BadGatewayRuntimeException.
See Also:
Serialized Form
  • Constructor Details

    • BadGatewayRuntimeException

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

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

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

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

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

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