public class

NoHandlerFoundException

extends PortletException
java.lang.Object
   ↳ PortletException
     ↳ org.springframework.web.portlet.NoHandlerFoundException

Class Overview

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

Summary

Public Constructors
NoHandlerFoundException(String msg)
Constructor for NoHandlerFoundException.
NoHandlerFoundException(String msg, PortletRequest request)
Constructor for NoHandlerFoundException.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public NoHandlerFoundException (String msg)

Constructor for NoHandlerFoundException.

Parameters
msg the detail message

public NoHandlerFoundException (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