|
||||||||||
| 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
javax.portlet.UnmodifiableException
The UnmodifiableException is thrown when
a portlet tries to change the value for a preference
attribute, marked as unmodifiable in the deployment descriptor
with the non-modifiable tag, without
the needed permissions.
| Constructor Summary | |
UnmodifiableException(java.lang.String text)
Constructs a new unmodifiable exception with the given text. |
|
UnmodifiableException(java.lang.String text,
java.lang.Throwable cause)
Constructs a new unmodifiable exception when the portlet needs to do the following: |
|
UnmodifiableException(java.lang.Throwable cause)
Constructs a new unmodifiable exception when the portlet needs to throw an exception. |
|
| 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 UnmodifiableException(java.lang.String text)
text - the exception text
public UnmodifiableException(java.lang.String text,
java.lang.Throwable cause)
text - the exception textcause - the root causepublic UnmodifiableException(java.lang.Throwable cause)
cause - the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||