public class NoHandlerFoundException extends PortletException
Constructor and Description |
---|
NoHandlerFoundException(java.lang.String msg)
Constructor for NoHandlerFoundException.
|
NoHandlerFoundException(java.lang.String msg,
PortletRequest request)
Constructor for NoHandlerFoundException.
|
public NoHandlerFoundException(java.lang.String msg)
msg
- the detail messagepublic NoHandlerFoundException(java.lang.String msg, PortletRequest request)
msg
- the detail messagerequest
- the current portlet request,
for further context to be included in the exception message