站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

WSDDException (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.deployment.wsdd
Class WSDDException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.axis.ConfigurationException
                  extended byorg.apache.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.apache.axis.ConfigurationException
copyStackByDefault
 
Constructor Summary
WSDDException(Exception e)
           
WSDDException(String msg)
           
 
Methods inherited from class org.apache.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.