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 aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • BadGatewayException

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

      public BadGatewayException(String aMessage, Throwable aCause)
      Instantiates a new bad gateway exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • BadGatewayException

      public BadGatewayException(String aMessage)
      Instantiates a new bad gateway exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • BadGatewayException

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

      public BadGatewayException(Throwable aCause)
      Instantiates a new bad gateway exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.