org.springframework.web.portlet.bind
Class PortletRequestBindingException

java.lang.Object
  extended by PortletException
      extended by org.springframework.web.portlet.bind.PortletRequestBindingException
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

Constructor Summary
PortletRequestBindingException(java.lang.String msg)
          Constructor for PortletRequestBindingException.
PortletRequestBindingException(java.lang.String msg, java.lang.Throwable cause)
          Constructor for PortletRequestBindingException.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletRequestBindingException

public PortletRequestBindingException(java.lang.String msg)
Constructor for PortletRequestBindingException.

Parameters:
msg - the detail message

PortletRequestBindingException

public PortletRequestBindingException(java.lang.String msg,
                                      java.lang.Throwable cause)
Constructor for PortletRequestBindingException.

Parameters:
msg - the detail message
cause - the root cause