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, toString
public HttpException(String message)
message
- explainationpublic HttpException()
public HttpException(Exception e)
Copyright © 2013. All Rights Reserved.