public class PortletRequestBindingException extends PortletException
| Constructor and Description |
|---|
PortletRequestBindingException(java.lang.String msg)
Constructor for PortletRequestBindingException.
|
PortletRequestBindingException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for PortletRequestBindingException.
|
public PortletRequestBindingException(java.lang.String msg)
msg - the detail messagepublic PortletRequestBindingException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the root cause