com.plumtree.remote.prc.collaboration
Class PermissionDeniedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended bycom.plumtree.remote.prc.collaboration.CollaborationException
                      extended bycom.plumtree.remote.prc.collaboration.PermissionDeniedException
All Implemented Interfaces:
java.io.Serializable

public class PermissionDeniedException
extends CollaborationException

Thrown when a user does not have the appropriate access to perform a Collaboration operation.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
PermissionDeniedException()
           
PermissionDeniedException(java.lang.String message)
           
PermissionDeniedException(java.lang.String message, java.lang.Throwable cause)
           
PermissionDeniedException(java.lang.Throwable cause)
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermissionDeniedException

public PermissionDeniedException()

PermissionDeniedException

public PermissionDeniedException(java.lang.String message)

PermissionDeniedException

public PermissionDeniedException(java.lang.Throwable cause)

PermissionDeniedException

public PermissionDeniedException(java.lang.String message,
                                 java.lang.Throwable cause)


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.