|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.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(java.lang.String method)
Create a new PortletRequestMethodNotSupportedException. |
|
PortletRequestMethodNotSupportedException(java.lang.String[] supportedMethods)
Create a new PortletRequestMethodNotSupportedException. |
|
PortletRequestMethodNotSupportedException(java.lang.String method,
java.lang.String[] supportedMethods)
Create a new PortletRequestMethodNotSupportedException. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMethod()
Return the HTTP request method that caused the failure. |
java.lang.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(java.lang.String method)
method - the unsupported HTTP request method
public PortletRequestMethodNotSupportedException(java.lang.String method,
java.lang.String[] supportedMethods)
method - the unsupported HTTP request methodsupportedMethods - the actually supported HTTP methodspublic PortletRequestMethodNotSupportedException(java.lang.String[] supportedMethods)
supportedMethods - the actually supported HTTP methods| Method Detail |
|---|
public java.lang.String getMethod()
public java.lang.String[] getSupportedMethods()
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||