org.jboss.axis.deployment.wsdd
Class WSDDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.jboss.axis.ConfigurationException
                  extended by org.jboss.axis.deployment.wsdd.WSDDException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WSDDNonFatalException

public class WSDDException
extends ConfigurationException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.axis.ConfigurationException
copyStackByDefault
 
Constructor Summary
WSDDException(Exception e)
           
WSDDException(String msg)
           
 
Method Summary
 
Methods inherited from class org.jboss.axis.ConfigurationException
getContainedException, toString
 
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
 

Constructor Detail

WSDDException

public WSDDException(String msg)
Parameters:
msg - (String) XXX

WSDDException

public WSDDException(Exception e)
Parameters:
e - (Exception) XXX


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.