public class NoHandlerFoundException extends PortletException
| Constructor and Description | 
|---|
NoHandlerFoundException(String msg)
Constructor for NoHandlerFoundException. 
 | 
NoHandlerFoundException(String msg,
                       PortletRequest request)
Constructor for NoHandlerFoundException. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoHandlerFoundException(String msg)
msg - the detail messagepublic NoHandlerFoundException(String msg, PortletRequest request)
msg - the detail messagerequest - the current portlet request,
 for further context to be included in the exception message