com.plumtree.remote.prc
Class ACLEntryReadOnlyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.plumtree.remote.prc.ACLEntryReadOnlyException
All Implemented Interfaces:
java.io.Serializable

public class ACLEntryReadOnlyException
extends java.lang.RuntimeException

Exception class that represents an illegal modification of a read-only ACLEntry.

See Also:
Serialized Form

Method Summary
 IACLEntry getCauseEntry()
          Gets the read-only ACLEntry that could not be removed/replaced.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCauseEntry

public IACLEntry getCauseEntry()
Gets the read-only ACLEntry that could not be removed/replaced.

Returns:
the ACLEntry that caused the exception


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.