Package de.narimo.commons.ws.error
Class BadGatewayException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.ws.rs.WebApplicationException
-
- de.narimo.commons.ws.error.BadGatewayException
-
- All Implemented Interfaces:
Serializable
public class BadGatewayException extends javax.ws.rs.WebApplicationException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadGatewayException()Construct a new instance with a blank message and default HTTP status code of 502.BadGatewayException(String message)Construct a new instance with a blank message and default HTTP status code of 502.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BadGatewayException
public BadGatewayException()
Construct a new instance with a blank message and default HTTP status code of 502.
-
BadGatewayException
public BadGatewayException(String message)
Construct a new instance with a blank message and default HTTP status code of 502.
-
-