|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.filenet.wcm.api.BaseRuntimeException
com.filenet.wcm.api.InsufficientPermissionException
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 aDocument
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.
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 |
public InsufficientPermissionException()
Not Applicable in CS Java Connector v3.0.
Constructs anInsufficientPermissionException
.
public InsufficientPermissionException(java.lang.String s)
Not Applicable in CS Java Connector v3.0.
Constructs anInsufficientPermissionException
containing
the specified String
.
s
- A String
that contains message text about the exception.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |