org.apache.axis
Class ConfigurationException
IOException
org.apache.axis.ConfigurationException
public class ConfigurationException
extends IOException
ConfigurationException is thrown when an error occurs trying to
use an EngineConfiguration.
- Glyn Normington (glyn@apache.org)
protected static boolean | copyStackByDefault - Flag wether to copy the orginal exception by default.
|
protected static Log | log - The
Log used by this class for logging all messages.
|
copyStackByDefault
protected static boolean copyStackByDefault
Flag wether to copy the orginal exception by default.
log
protected static Log log
The Log
used by this class for logging all messages.
ConfigurationException
public ConfigurationException(Exception exception)
Construct a ConfigurationException from an Exception.
exception
- original exception which was unexpected
ConfigurationException
public ConfigurationException(Exception exception,
boolean copyStack)
Construct a ConfigurationException from an Exception.
exception
- original exception which was unexpectedcopyStack
- set to true to copy the orginal exception's stack
ConfigurationException
public ConfigurationException(String message)
Construct a ConfigurationException from a String. The string is wrapped
in an exception, enabling a stack traceback to be obtained.
message
- String form of the error
getContainedException
public Exception getContainedException()
Get any contained exception.
toString
public String toString()
Stringify, including stack trace.
- a
String
view of this object
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.