org.jboss.axis.deployment.wsdd
Class WSDDNonFatalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.jboss.axis.ConfigurationException (src) 
                  extended byorg.jboss.axis.deployment.wsdd.WSDDException (src) 
                      extended byorg.jboss.axis.deployment.wsdd.WSDDNonFatalException
All Implemented Interfaces:
java.io.Serializable

public class WSDDNonFatalException
extends WSDDException (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.axis.ConfigurationException (src)
copyStackByDefault
 
Constructor Summary
WSDDNonFatalException(java.lang.Exception e)
           
WSDDNonFatalException(java.lang.String msg)
           
 
Methods inherited from class org.jboss.axis.ConfigurationException (src)
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

WSDDNonFatalException

public WSDDNonFatalException(java.lang.String msg)

WSDDNonFatalException

public WSDDNonFatalException(java.lang.Exception e)