|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException org.apache.axis.ConfigurationException
ConfigurationException is thrown when an error occurs trying to use an EngineConfiguration.
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConfigurationException(java.lang.String message)
message
- String form of the errorpublic ConfigurationException(java.lang.Exception exception)
exception
- original exception which was unexpectedpublic ConfigurationException(java.lang.Exception exception, boolean copyStack)
exception
- original exception which was unexpectedcopyStack
- set to true to copy the orginal exception's stackMethod 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 |