Package org.jboss.resteasy.spi
Class LoggableFailure
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.spi.Failure
org.jboss.resteasy.spi.LoggableFailure
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InternalServerErrorException,- NoMessageBodyWriterFoundFailure,- WriterException
This exception should only be used by Resteasy integrators. Applications code should use WebApplicationException
 
This is thrown by Resteasy runtime when a failure occurs. It will be logged by the runtime.
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionLoggableFailure(int errorCode) LoggableFailure(String s, int errorCode) LoggableFailure(String s, jakarta.ws.rs.core.Response response) LoggableFailure(String s, Throwable throwable) LoggableFailure(String s, Throwable throwable, int errorCode) LoggableFailure(String s, Throwable throwable, jakarta.ws.rs.core.Response response) LoggableFailure(Throwable throwable) LoggableFailure(Throwable throwable, int errorCode) LoggableFailure(Throwable throwable, jakarta.ws.rs.core.Response response) 
- 
Method SummaryMethods inherited from class org.jboss.resteasy.spi.FailuregetErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponseMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LoggableFailure
- 
LoggableFailure
- 
LoggableFailure
- 
LoggableFailure
- 
LoggableFailure
- 
LoggableFailure
- 
LoggableFailurepublic LoggableFailure(int errorCode) 
- 
LoggableFailure
- 
LoggableFailure
- 
LoggableFailure
 
-