Uses of Class
org.jboss.resteasy.spi.LoggableFailure
-
Packages that use LoggableFailure Package Description org.jboss.resteasy.core org.jboss.resteasy.plugins.providers.jaxb org.jboss.resteasy.spi -
-
Uses of LoggableFailure in org.jboss.resteasy.core
Subclasses of LoggableFailure in org.jboss.resteasy.core Modifier and Type Class Description classNoMessageBodyWriterFoundFailure -
Uses of LoggableFailure in org.jboss.resteasy.plugins.providers.jaxb
Subclasses of LoggableFailure in org.jboss.resteasy.plugins.providers.jaxb Modifier and Type Class Description classJAXBMarshalExceptionclassJAXBUnmarshalException -
Uses of LoggableFailure in org.jboss.resteasy.spi
Subclasses of LoggableFailure in org.jboss.resteasy.spi Modifier and Type Class Description classBadRequestExceptionThrown by RESTEasy when HTTP Bad Request (400) is encounteredclassForbiddenExceptionDeprecated.Replaced by javax.ws.rs.ForbiddenException in jaxrs-api module.classInternalServerErrorExceptionThrown by RESTEasy when HTTP Internal Service Error (500) is encounteredclassMethodNotAllowedExceptionDeprecated.Replaced by javax.ws.rs.NotAllowedException in jaxrs-api module.classNotAcceptableExceptionDeprecated.Replaced by javax.ws.rs.NotAcceptableException in jaxrs-api module.classReaderExceptionAny 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.classUnauthorizedExceptionDeprecated.Replaced by javax.ws.rs.NotAuthorizedException in jaxrs-api module.classUnsupportedMediaTypeExceptionDeprecated.Replaced by javax.ws.rs.NotSupportedException in jaxrs-api module.classWriterExceptionAny exception thrown by a MessageBodyWriter chain that is not an instance of a WriterException is caught internally by the Resteasy runtime and wrapped with an instance of WriterException.
-