org.springframework.web.portlet
Class NoHandlerFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.portlet.PortletException
              extended by org.springframework.web.portlet.NoHandlerFoundException
All Implemented Interfaces:
Serializable

public class NoHandlerFoundException
extends javax.portlet.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
See Also:
Serialized Form

Constructor Summary
NoHandlerFoundException(String msg)
          Constructor for NoHandlerFoundException.
NoHandlerFoundException(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

NoHandlerFoundException

public NoHandlerFoundException(String msg)
Constructor for NoHandlerFoundException.

Parameters:
msg - the detail message

NoHandlerFoundException

public NoHandlerFoundException(String msg,
                               javax.portlet.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