FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class InsufficientPermissionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.filenet.wcm.api.BaseRuntimeException
                  extended bycom.filenet.wcm.api.InsufficientPermissionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReadOnlyObjectException

public class InsufficientPermissionException
extends BaseRuntimeException

Not Applicable in CS Java Connector v3.0.

This exception is thrown when the user is denied access because of insufficient permissions on the target object. For example, a user who has read-only access to a Document object is denied access when attempting to modify the document's content. This exception is also thrown when a user attempts a versioning-related operation (such as checkout, checkin, or cancel checkout) on a Document object but does not have sufficient permissions to perform the operation. Assign appropriate permissions to the user or application on the object and retry the operation. Available access levels and rights are defined as constants in the Permission interface.

See Also:
Serialized Form

Constructor Summary
InsufficientPermissionException()
          

Not Applicable in CS Java Connector v3.0.

InsufficientPermissionException(java.lang.String s)
          

Not Applicable in CS Java Connector v3.0.

 
Methods inherited from class com.filenet.wcm.api.BaseRuntimeException
getFaultCode, setFaultCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsufficientPermissionException

public InsufficientPermissionException()

Not Applicable in CS Java Connector v3.0.

Constructs an InsufficientPermissionException.


InsufficientPermissionException

public InsufficientPermissionException(java.lang.String s)

Not Applicable in CS Java Connector v3.0.

Constructs an InsufficientPermissionException containing the specified String.

Parameters:
s - A String that contains message text about the exception.

FileNet Content Services
Java Connector v3.0