FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class VersioningException

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.VersioningException
All Implemented Interfaces:
java.io.Serializable

public class VersioningException
extends BaseRuntimeException

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:

If the operation fails for reasons other than versioning semantics, other exception types can be thrown. (See BadReferenceException for an example.)

See Also:
Serialized Form

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

VersioningException

public VersioningException()
Constructs a VersioningException.


VersioningException

public VersioningException(java.lang.String s)
Constructs a VersioningException containing the specified String.

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

FileNet Content Services
Java Connector v3.0