UnmodifiableException Class

DEPRECATED Replaced by ReadOnlyException

com.bea.portlet.prefs
UnmodifiableException Class

public class UnmodifiableException

    extends ReadOnlyException

Hierarchy
Object
  Throwable
    Exception
      PortletException
        ReadOnlyException
          UnmodifiableException
All Implemented Interfaces

Serializable

Constructor Summary

UnmodifiableException()

Constructs a new exception
UnmodifiableException(String message, Throwable cause)

Constructs a new exception with the given message and root cause.
UnmodifiableException(String message)

Constructs a new exception with the given message.
UnmodifiableException(Throwable cause)

Constructs a new exception with the given root cause.
 

Method Summary

 
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
   

Constructor Detail

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.