| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.axis.ConfigurationException
ConfigurationException is thrown when an error occurs trying to use an EngineConfiguration.
| Field Summary | |
| protected static boolean | copyStackByDefaultFlag wether to copy the orginal exception by default. | 
| protected static org.apache.commons.logging.Log | logThe Logused by this class for logging all messages. | 
| Constructor Summary | |
| ConfigurationException(java.lang.Exception exception)Construct a ConfigurationException from an Exception. | |
| ConfigurationException(java.lang.Exception exception,
                       boolean copyStack)Construct a ConfigurationException from an Exception. | |
| ConfigurationException(java.lang.String message)Construct a ConfigurationException from a String. | |
| Method Summary | |
|  java.lang.Exception | getContainedException()Get any contained exception. | 
|  java.lang.String | toString()Stringify, including stack trace. | 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
protected static boolean copyStackByDefault
protected static org.apache.commons.logging.Log log
Log used by this class for logging all messages.
| Constructor Detail | 
public ConfigurationException(java.lang.String message)
message - String form of the errorpublic ConfigurationException(java.lang.Exception exception)
exception - original exception which was unexpected
public ConfigurationException(java.lang.Exception exception,
                              boolean copyStack)
exception - original exception which was unexpectedcopyStack - set to true to copy the orginal exception's stack| Method Detail | 
public java.lang.String toString()
String view of this objectpublic java.lang.Exception getContainedException()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||