org.springframework.web.portlet
Class NoHandlerFoundException

java.lang.Object
  extended by PortletException
      extended by org.springframework.web.portlet.NoHandlerFoundException

public class NoHandlerFoundException
extends PortletException

Exception to be thrown if DispatcherPortlet is unable to determine a corresponding handler for an incoming portlet request.

Since:
3.0.5
Author:
Juergen Hoeller

Constructor Summary
NoHandlerFoundException(java.lang.String msg)
          Constructor for NoHandlerFoundException.
NoHandlerFoundException(java.lang.String msg, PortletRequest request)
          Constructor for NoHandlerFoundException.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoHandlerFoundException

public NoHandlerFoundException(java.lang.String msg)
Constructor for NoHandlerFoundException.

Parameters:
msg - the detail message

NoHandlerFoundException

public NoHandlerFoundException(java.lang.String msg,
                               PortletRequest request)
Constructor for NoHandlerFoundException.

Parameters:
msg - the detail message
request - the current portlet request, for further context to be included in the exception message