|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.ibm.websphere.webservices.soap.SOAPException
A SOAPException is a Remote Exception representing the information of the SOAPFault. The SOAPException may represent a System exception or an Application exception.
Field Summary |
---|
Fields inherited from class java.rmi.RemoteException |
---|
detail |
Constructor Summary | |
---|---|
protected |
SOAPException()
|
protected |
SOAPException(java.lang.String message)
|
protected |
SOAPException(java.lang.String message,
java.lang.Throwable t)
|
Method Summary | |
---|---|
abstract java.lang.Exception |
getApplicationException()
getUserException |
abstract java.lang.String |
getFaultActor()
getFaultCode |
abstract javax.xml.namespace.QName |
getFaultCode()
getFaultCode |
abstract java.lang.String |
getFaultString()
getFaultCode |
abstract boolean |
isApplicationException()
isApplicationException |
Methods inherited from class java.rmi.RemoteException |
---|
getCause, getMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected SOAPException()
protected SOAPException(java.lang.String message)
protected SOAPException(java.lang.String message, java.lang.Throwable t)
Method Detail |
public abstract boolean isApplicationException()
public abstract java.lang.Exception getApplicationException()
public abstract javax.xml.namespace.QName getFaultCode()
public abstract java.lang.String getFaultString()
public abstract java.lang.String getFaultActor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |