org.springframework.web.portlet.bind
Class PortletRequestBindingException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           javax.portlet.PortletException
javax.portlet.PortletException
               org.springframework.web.portlet.bind.PortletRequestBindingException
org.springframework.web.portlet.bind.PortletRequestBindingException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- MissingPortletRequestParameterException
- public class PortletRequestBindingException 
- extends javax.portlet.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 javax.portlet.PortletException | 
| getCause, printStackTrace, printStackTrace, printStackTrace | 
 
 
 
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 message
- cause- the root cause
 
Copyright © 2002-2008 The Spring Framework.