|
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.VersioningException
This exception is thrown when a versioning-related operation (checkout, checkin, or cancel checkout) is attempted but fails for versioning-related semantic reasons, such as the following examples:
checkout
on a Document
object that already
has a reservation (the document is already checked out).
checkout
on a non-versionable Document
object.checkin
on a Document
object
that is not a reservation (the document has not been checked out).cancelCheckout
on a Document
object that is not a
reservation.If the operation fails for reasons other than versioning semantics,
other exception types can be thrown. (See
BadReferenceException
for an example.)
Constructor Summary | |
VersioningException()
Constructs a VersioningException . |
|
VersioningException(java.lang.String s)
Constructs a VersioningException containing the specified
String .
|
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 VersioningException()
VersioningException
.
public VersioningException(java.lang.String s)
VersioningException
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 |