Package org.apache.axis.deployment.wsdd
Class WSDDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.axis.ConfigurationException
org.apache.axis.deployment.wsdd.WSDDException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
WSDDNonFatalException
- See Also:
-
Field Summary
Fields inherited from class org.apache.axis.ConfigurationException
copyStackByDefault, log
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.axis.ConfigurationException
getContainedException, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
WSDDException
- Parameters:
msg
- (String) XXX
-
WSDDException
- Parameters:
e
- (Exception) XXX
-