|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.portlet.PortletException
org.springframework.web.portlet.bind.PortletRequestBindingException
public class PortletRequestBindingException
Fatal binding exception, thrown when we want to treat binding exceptions as unrecoverable.
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 javax.portlet.PortletException |
---|
getCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |