Class ReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.spi.Failure
org.jboss.resteasy.spi.ReaderException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JAXBUnmarshalException
,UnauthorizedSignatureException
Any exception thrown by a MessageBodyReader chain that is not an instance of a ReaderException is caught internally
by the Resteasy runtime and wrapped with an instance of ReaderException.
If you want to have special exception handling for exceptions thrown by MessageBodyReaders, then write an exception
mapper for ReaderException.
Also, you may extend this class and throw instances of it from your MessageBodyReaders (and interceptors)
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReaderException
(int errorCode) ReaderException
(String s, int errorCode) ReaderException
(String s, jakarta.ws.rs.core.Response response) ReaderException
(String s, Throwable throwable) ReaderException
(String s, Throwable throwable, int errorCode) ReaderException
(String s, Throwable throwable, jakarta.ws.rs.core.Response response) ReaderException
(Throwable throwable) ReaderException
(Throwable throwable, int errorCode) ReaderException
(Throwable throwable, jakarta.ws.rs.core.Response response) -
Method Summary
Methods inherited from class org.jboss.resteasy.spi.Failure
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReaderException
-
ReaderException
-
ReaderException
-
ReaderException
-
ReaderException
-
ReaderException
-
ReaderException
public ReaderException(int errorCode) -
ReaderException
-
ReaderException
-
ReaderException
-