public class HttpException extends Exception
Constructor and Description |
---|
HttpException()
Creates a new HttpException with a null detail message.
|
HttpException(String message)
Creates a new HttpException with the specified detail message.
|
HttpException(String message,
Throwable cause)
Creates a new HttpException with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HttpException()
public HttpException(String message)
message
- the exception detail messagepublic HttpException(String message, Throwable cause)
message
- the exception detail messagecause
- the Throwable that caused this exception, or null
if the cause is unavailable, unknown, or not a ThrowableCopyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.