|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--java.rmi.RemoteException | +--org.apache.axis.AxisFault | +--org.apache.axis.deployment.DeploymentException | +--org.apache.axis.deployment.wsdd.WSDDException
Fields inherited from class org.apache.axis.AxisFault |
faultActor, faultCode, faultDetails, faultString |
Fields inherited from class java.rmi.RemoteException |
detail |
Constructor Summary | |
WSDDException()
|
|
WSDDException(java.lang.Exception e)
|
|
WSDDException(java.lang.String msg)
|
Methods inherited from class org.apache.axis.AxisFault |
dump, getFaultActor, getFaultCode, getFaultDetails, getFaultString, makeFault, output, setFaultActor, setFaultCode, setFaultCode, setFaultDetail, setFaultDetailString, setFaultString, toString |
Methods inherited from class java.rmi.RemoteException |
getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WSDDException()
public WSDDException(java.lang.String msg)
msg
- (String) XXXpublic WSDDException(java.lang.Exception e)
e
- (Exception) XXX
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |