FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class ObjectStoreNotRespondingException

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

public class ObjectStoreNotRespondingException
extends BaseRuntimeException

This exception is thrown if an attempt to access an ObjectStore finds that the ObjectStore is corrupted or inaccessible. This includes attempted operations on non-ObjectStore objects (since each is affiliated with an ObjectStore that must be accessed).

See Also:
Serialized Form

Constructor Summary
ObjectStoreNotRespondingException()
          Constructs an ObjectStoreNotRespondingException.
ObjectStoreNotRespondingException(java.lang.String s)
          Constructs an ObjectStoreNotRespondingException 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

ObjectStoreNotRespondingException

public ObjectStoreNotRespondingException()
Constructs an ObjectStoreNotRespondingException.


ObjectStoreNotRespondingException

public ObjectStoreNotRespondingException(java.lang.String s)
Constructs an ObjectStoreNotRespondingException containing the specified String.

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

FileNet Content Services
Java Connector v3.0