public class RequestException extends IOException
| Constructor and Description |
|---|
RequestException()
Constructs a new exception
|
RequestException(String message)
Constructs a new exception with a detail message
|
RequestException(String message,
Throwable cause)
Constructs a new exception with a specified detail message and cause
|
RequestException(Throwable cause)
Constructs a new exception with a specified cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RequestException()
Exception.Exception()public RequestException(String message)
message - the detail messageException.Exception(String)public RequestException(Throwable cause)
cause - the causeException.Exception(Throwable)public RequestException(String message, Throwable cause)
message - the detail messagecause - the causeException.Exception(String, Throwable)