Package org.jboss.resteasy.spi
Class InternalServerErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.spi.Failure
org.jboss.resteasy.spi.LoggableFailure
org.jboss.resteasy.spi.InternalServerErrorException
- All Implemented Interfaces:
Serializable
Thrown by RESTEasy when HTTP Internal Service Error (500) is encountered
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionInternalServerErrorException(String s, jakarta.ws.rs.core.Response response) InternalServerErrorException(String s, Throwable throwable) InternalServerErrorException(String s, Throwable throwable, jakarta.ws.rs.core.Response response) InternalServerErrorException(Throwable throwable) InternalServerErrorException(Throwable throwable, jakarta.ws.rs.core.Response response) -
Method Summary
Methods inherited from class org.jboss.resteasy.spi.Failure
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InternalServerErrorException
-
InternalServerErrorException
-
InternalServerErrorException
-
InternalServerErrorException
-
InternalServerErrorException
-
InternalServerErrorException
-