org.apache.axis
public class ConfigurationException extends IOException
Field Summary | |
---|---|
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. |
Constructor Summary | |
---|---|
ConfigurationException(String message)
Construct a ConfigurationException from a String. | |
ConfigurationException(Exception exception)
Construct a ConfigurationException from an Exception. | |
ConfigurationException(Exception exception, boolean copyStack)
Construct a ConfigurationException from an Exception. |
Method Summary | |
---|---|
Exception | getContainedException()
Get any contained exception.
|
String | toString()
Stringify, including stack trace.
|
Log
used by this class for logging all messages.Parameters: message String form of the error
Parameters: exception original exception which was unexpected
Parameters: exception original exception which was unexpected copyStack set to true to copy the orginal exception's stack
Returns: base exception or null
Since: axis1.1
Returns: a String
view of this object