public class HttpException extends IOException
| Constructor and Description |
|---|
HttpException()
Construct a new HttpException with no message.
|
HttpException(Exception e)
Construct a new HttpException with cause.
|
HttpException(String message)
Construct a new HttpException with a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpException(String message)
message - explainationpublic HttpException()
public HttpException(Exception e)
Copyright © 2012. All Rights Reserved.