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
public class InternalServerErrorException extends LoggableFailure
Thrown by RESTEasy when HTTP Internal Service Error (500) is encountered- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalServerErrorException(String s)
InternalServerErrorException(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, setResponse
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InternalServerErrorException
public InternalServerErrorException(String s)
-
InternalServerErrorException
public InternalServerErrorException(String s, jakarta.ws.rs.core.Response response)
-
InternalServerErrorException
public InternalServerErrorException(String s, Throwable throwable, jakarta.ws.rs.core.Response response)
-
InternalServerErrorException
public InternalServerErrorException(Throwable throwable)
-
InternalServerErrorException
public InternalServerErrorException(Throwable throwable, jakarta.ws.rs.core.Response response)
-
-