|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.portlet.PortletException org.springframework.web.portlet.handler.PortletRequestMethodNotSupportedException
public class PortletRequestMethodNotSupportedException
Exception thrown when a request handler does not support a specific request method.
Constructor Summary | |
---|---|
PortletRequestMethodNotSupportedException(String method)
Create a new PortletRequestMethodNotSupportedException. |
|
PortletRequestMethodNotSupportedException(String[] supportedMethods)
Create a new PortletRequestMethodNotSupportedException. |
|
PortletRequestMethodNotSupportedException(String method,
String[] supportedMethods)
Create a new PortletRequestMethodNotSupportedException. |
Method Summary | |
---|---|
String |
getMethod()
Return the HTTP request method that caused the failure. |
String[] |
getSupportedMethods()
Return the actually supported HTTP methods, if known. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PortletRequestMethodNotSupportedException(String method)
method
- the unsupported HTTP request methodpublic PortletRequestMethodNotSupportedException(String method, String[] supportedMethods)
method
- the unsupported HTTP request methodsupportedMethods
- the actually supported HTTP methodspublic PortletRequestMethodNotSupportedException(String[] supportedMethods)
method
- the unsupported HTTP request methodsupportedMethods
- the actually supported HTTP methodsMethod Detail |
---|
public String getMethod()
public String[] getSupportedMethods()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |