org.jbpm
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jbpm.util.lang.ChainedRuntimeException
                  extended byorg.jbpm.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends org.jbpm.util.lang.ChainedRuntimeException

is thrown when a problem is detected with the jbpm configuration, for more information about configuring jbpm see JbpmConfiguration.

See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String msg)
           
ConfigurationException(java.lang.String msg, java.lang.Throwable cause)
           
 
Methods inherited from class org.jbpm.util.lang.ChainedRuntimeException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
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 msg)

ConfigurationException

public ConfigurationException(java.lang.String msg,
                              java.lang.Throwable cause)


Version : jbpm-2.0