UnmodifiableException Class
DEPRECATED Replaced by ReadOnlyException
- public class UnmodifiableException
extends ReadOnlyException
-
Hierarchy
-
Object
Throwable
Exception
PortletException
ReadOnlyException
UnmodifiableException
-
All Implemented Interfaces
-
Serializable
Methods from javax.portlet.PortletException |
getCause, printStackTrace, printStackTrace, printStackTrace |
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnmodifiableException
public UnmodifiableException()
- Constructs a new exception
UnmodifiableException
public UnmodifiableException(String
message,
Throwable
cause)
- Constructs a new exception with the given message and root cause.
UnmodifiableException
public UnmodifiableException(String
message)
- Constructs a new exception with the given message.
UnmodifiableException
public UnmodifiableException(Throwable
cause)
- Constructs a new exception with the given root cause.