Class BadGatewayException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.digitalcollections.cudami.client.exceptions.HttpException
de.digitalcollections.cudami.client.exceptions.server.HttpServerException
de.digitalcollections.cudami.client.exceptions.server.BadGatewayException
- All Implemented Interfaces:
java.io.Serializable
public class BadGatewayException extends HttpServerException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BadGatewayException(java.lang.String methodKey, int statusCode) -
Method Summary
Methods inherited from class de.digitalcollections.cudami.client.exceptions.HttpException
getStatusCode
-
Constructor Details
-
BadGatewayException
public BadGatewayException(java.lang.String methodKey, int statusCode)
-