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, feign.Response response)
-
Method Summary
-
Methods inherited from class de.digitalcollections.cudami.client.exceptions.HttpException
getErrorMessage, getStatusCode
-
-