org.springframework.web.portlet.bind
Class PortletRequestBindingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.portlet.PortletException
org.springframework.web.portlet.bind.PortletRequestBindingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MissingPortletRequestParameterException
public class PortletRequestBindingException
- extends PortletException
Fatal binding exception, thrown when we want to
treat binding exceptions as unrecoverable.
- Since:
- 2.0
- Author:
- Juergen Hoeller, John A. Lewis
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PortletRequestBindingException
public PortletRequestBindingException(String msg)
- Constructor for PortletRequestBindingException.
- Parameters:
msg
- the detail message
PortletRequestBindingException
public PortletRequestBindingException(String msg,
Throwable cause)
- Constructor for PortletRequestBindingException.
- Parameters:
msg
- the detail messagecause
- the root cause