Package org.glassfish.grizzly.http
Class HttpErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.grizzly.http.HttpErrorException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHttpErrorException(String message, Throwable cause, HttpStatus statusCode) HttpErrorException(String s, HttpStatus statusCode) HttpErrorException(Throwable cause, HttpStatus statusCode) HttpErrorException(HttpStatus statusCode) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HttpErrorException
-
HttpErrorException
-
HttpErrorException
-
HttpErrorException
-
-
Method Details
-
getStatusCode
-