java.io.Serializablepublic class RequestMethodNotAllowedException extends RequestException
| Constructor | Description |
|---|---|
RequestMethodNotAllowedException() |
Instantiates a new RequestMethodNotAllowedException.
|
RequestMethodNotAllowedException(MethodType requestMethod) |
Instantiates a new RequestMethodNotAllowedException.
|
RequestMethodNotAllowedException(MethodType requestMethod,
java.lang.String msg) |
Instantiates a new RequestMethodNotAllowedException.
|
RequestMethodNotAllowedException(java.lang.String msg) |
Instantiates a new RequestMethodNotAllowedException.
|
RequestMethodNotAllowedException(java.lang.String msg,
java.lang.Throwable cause) |
Instantiates a new RequestMethodNotAllowedException.
|
RequestMethodNotAllowedException(java.lang.Throwable cause) |
Instantiates a new RequestMethodNotAllowedException.
|
| Modifier and Type | Method | Description |
|---|---|---|
MethodType |
getRequestMethod() |
Gets the request method type.
|
public RequestMethodNotAllowedException()
public RequestMethodNotAllowedException(java.lang.String msg)
msg - a message to associate with the exceptionpublic RequestMethodNotAllowedException(java.lang.Throwable cause)
cause - the real cause of the exceptionpublic RequestMethodNotAllowedException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the real cause of the exceptionpublic RequestMethodNotAllowedException(MethodType requestMethod, java.lang.String msg)
requestMethod - the request methodmsg - the detail messagepublic RequestMethodNotAllowedException(MethodType requestMethod)
requestMethod - the request methodpublic MethodType getRequestMethod()
Copyright © 2008–2018 The Aspectran Project. All rights reserved.