Class UnboundRestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.ProcessingException
javax.ws.rs.client.ResponseProcessingException
com.peterphi.std.guice.restclient.exception.RestException
com.peterphi.std.guice.restclient.exception.UnboundRestException
- All Implemented Interfaces:
Serializable
Represents a server-side exception that could not be bound to a local client-side RestException implementation (for example, an
IllegalArgumentException thrown server-side)
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.peterphi.std.guice.restclient.exception.RestException
getErrorCode, getFailure, getHttpCode, getResponseContext, isCausedByRemote, setErrorCode, setHttpCode, setResponseContext
Methods inherited from class javax.ws.rs.client.ResponseProcessingException
getResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnboundRestException
-
UnboundRestException
-