org.jboss.soa.esb
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.soa.esb.BaseException
              extended by org.jboss.soa.esb.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends BaseException

Configuration Exception.

Since:
Version 4.0
Author:
tom.fennelly@jboss.com
See Also:
Serialized Form

Constructor Summary
ConfigurationException(java.lang.String message)
          Construct an exception instance.
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Construct an exception instance.
ConfigurationException(java.lang.Throwable cause)
          Construct an exception instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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 message)
Construct an exception instance.

Parameters:
message - Exception message.

ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause)
Construct an exception instance.

Parameters:
message - Exception message.
cause - Exception cause.

ConfigurationException

public ConfigurationException(java.lang.Throwable cause)
Construct an exception instance.

Parameters:
cause - Exception cause.