java.io.SerializableMissingMandatoryParametersException, RequestMethodNotAllowedExceptionpublic class RequestException extends ActivityException
Created: 2008. 01. 07 AM 3:35:55
| Constructor | Description |
|---|---|
RequestException() |
Instantiates a new RequestException.
|
RequestException(java.lang.String msg) |
Instantiates a new RequestException.
|
RequestException(java.lang.String msg,
java.lang.Throwable cause) |
Instantiates a new RequestException.
|
RequestException(java.lang.Throwable cause) |
Instantiates a new RequestException.
|
public RequestException()
public RequestException(java.lang.String msg)
msg - the detail messagepublic RequestException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic RequestException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the real cause of the exceptionCopyright © 2008–2018 The Aspectran Project. All rights reserved.