|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.jboss.axis.ConfigurationException
ConfigurationException is thrown when an error occurs trying to use an EngineConfiguration.
| Field Summary | |
protected static boolean |
copyStackByDefault
Copy the orginal exception by default |
| 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
| 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()
public java.lang.Exception getContainedException()
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||