public class UnmodifiableException extends PortletException
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 and Description |
|---|
UnmodifiableException(String text)
Constructs a new unmodifiable exception with the given text.
|
UnmodifiableException(String text,
Throwable cause)
Constructs a new unmodifiable exception when the portlet needs to do
the following:
|
UnmodifiableException(Throwable cause)
Constructs a new unmodifiable exception when the portlet needs to throw an
exception.
|
getCause, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic UnmodifiableException(String text)
text - the exception textpublic UnmodifiableException(String text, Throwable cause)
text - the exception textcause - the root causepublic UnmodifiableException(Throwable cause)
cause - the root causeCopyright © 2021. All rights reserved.