Collaboration API Documentation

com.filenet.bso.api.collaboration.exceptions
Class ConfigurationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.filenet.bso.api.util.BsoChainingException
                    |
                    +--com.filenet.bso.api.util.BsoException
                          |
                          +--com.filenet.bso.api.collaboration.exceptions.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends BsoException

This exception is thrown if the Content Java API 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 Engine 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 Configuring Your System to Use Apache.)

This exception can also be thrown when an inappropriate version of the Xerces (or other) XML parser is found on the classpath. Note that the included version of Xerces should always appear first in the classpath, ahead of any other XML parser.

See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Constructs a ConfigurationException.
ConfigurationException(java.lang.String s)
          Constructs a ConfigurationException containing the specified String.
 
Methods inherited from class com.filenet.bso.api.util.BsoException
getCause, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTraceAsCause, printStackTraceAsCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationException

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

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

ConfigurationException

public ConfigurationException()
Constructs a ConfigurationException.

Collaboration API Documentation

Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.