|
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.ConfigurationException
Not Applicable in CS Java Connector v3.0.
This exception is thrown if the Content Services Java Connector detects a problem with your system's configuration. Such problems can include corrupt values read from the configuration file or a misconfigured Java API Listener (which is on the Content Services server). Examples of Java API Listener misconfiguration are the virtual root is improperly set up, the virtual root is not active, the virtual root's name is different than that called out on the Java-side configuration, and so on. (For more information on configuring the Java API Listener, refer to
Constructor Summary | |
ConfigurationException()
Not Applicable in CS Java Connector v3.0. |
|
ConfigurationException(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 ConfigurationException(java.lang.String s)
Not Applicable in CS Java Connector v3.0.
Constructs aConfigurationException
containing the specified
String
.
s
- A String
that contains message text about the exception.public ConfigurationException()
Not Applicable in CS Java Connector v3.0.
Constructs aConfigurationException
.
|
FileNet Content Services Java Connector v3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |