|
|||||||||
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.NoHandlerFoundException
public class NoHandlerFoundException
Exception to be thrown if DispatcherPortlet is unable to determine a corresponding handler for an incoming portlet request.
Constructor Summary | |
---|---|
NoHandlerFoundException(java.lang.String msg)
Constructor for NoHandlerFoundException. |
|
NoHandlerFoundException(java.lang.String msg,
javax.portlet.PortletRequest request)
Constructor for NoHandlerFoundException. |
Method Summary |
---|
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 NoHandlerFoundException(java.lang.String msg)
msg
- the detail messagepublic NoHandlerFoundException(java.lang.String msg, javax.portlet.PortletRequest request)
msg
- the detail messagerequest
- the current portlet request,
for further context to be included in the exception message
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |