public class

PortletRequestBindingException

extends PortletException
java.lang.Object
   ↳ PortletException
     ↳ org.springframework.web.portlet.bind.PortletRequestBindingException
Known Direct Subclasses

Class Overview

Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.

Summary

Public Constructors
PortletRequestBindingException(String msg)
Constructor for PortletRequestBindingException.
PortletRequestBindingException(String msg, Throwable cause)
Constructor for PortletRequestBindingException.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PortletRequestBindingException (String msg)

Constructor for PortletRequestBindingException.

Parameters
msg the detail message

public PortletRequestBindingException (String msg, Throwable cause)

Constructor for PortletRequestBindingException.

Parameters
msg the detail message
cause the root cause