org.apache.axis.deployment.v2dd
Class V2DDException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.apache.axis.ConfigurationException
                          |
                          +--org.apache.axis.deployment.DeploymentException
                                |
                                +--org.apache.axis.deployment.v2dd.V2DDException
All Implemented Interfaces:
java.io.Serializable

public class V2DDException
extends DeploymentException

See Also:
Serialized Form

Fields inherited from class org.apache.axis.ConfigurationException
log
 
Constructor Summary
V2DDException(java.lang.Exception e)
           
V2DDException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

V2DDException

public V2DDException(java.lang.String msg)

V2DDException

public V2DDException(java.lang.Exception e)


Copyright © 2001 Apache XML Project. All Rights Reserved.