FileNet Content Services
Java Connector v3.0

com.filenet.wcm.api
Class RemoteServerException

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

public class RemoteServerException
extends BaseRuntimeException

Not Applicable in CS Java Connector v3.0.

This exception is thrown when a problem is indicated by the Content Services, and a more specific and appropriate exception is not available. The exception message text indicates more specifically what the problem is.

See Also:
Serialized Form

Constructor Summary
RemoteServerException()
          

Not Applicable in CS Java Connector v3.0.

RemoteServerException(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

RemoteServerException

public RemoteServerException()

Not Applicable in CS Java Connector v3.0.

Constructs a RemoteServerException.


RemoteServerException

public RemoteServerException(java.lang.String s)

Not Applicable in CS Java Connector v3.0.

Constructs a RemoteServerException containing the specified String.

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

FileNet Content Services
Java Connector v3.0