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 classJAXBMarshalException -
Uses of LoggableFailure in org.jboss.resteasy.spi
Subclasses of LoggableFailure in org.jboss.resteasy.spi Modifier and Type Class Description classInternalServerErrorExceptionThrown by RESTEasy when HTTP Internal Service Error (500) is encounteredclassWriterExceptionAny 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.
-