© 2004 BEA Systems, Inc.

com.bea.portlet.prefs
Class UnmodifiableException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.portlet.PortletException
              extended byjavax.portlet.ReadOnlyException
                  extended bycom.bea.portlet.prefs.UnmodifiableException
All Implemented Interfaces:
Serializable

Deprecated. Replaced by ReadOnlyException

public class UnmodifiableException
extends javax.portlet.ReadOnlyException

See Also:
Serialized Form

Constructor Summary
UnmodifiableException()
          Deprecated. Constructs a new exception
UnmodifiableException(String message)
          Deprecated. Constructs a new exception with the given message.
UnmodifiableException(String message, Throwable cause)
          Deprecated. Constructs a new exception with the given message and root cause.
UnmodifiableException(Throwable cause)
          Deprecated. Constructs a new exception with the given root cause.
 
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

UnmodifiableException

public UnmodifiableException()
Deprecated. 
Constructs a new exception


UnmodifiableException

public UnmodifiableException(String message)
Deprecated. 
Constructs a new exception with the given message.


UnmodifiableException

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


UnmodifiableException

public UnmodifiableException(Throwable cause)
Deprecated. 
Constructs a new exception with the given root cause.


© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved