public abstract class SOAPException
extends java.rmi.RemoteException
RemoteException,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
SOAPException() |
protected |
SOAPException(java.lang.String message) |
protected |
SOAPException(java.lang.String message,
java.lang.Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Exception |
getApplicationException()
Returns the user-defined exception associated with this
SOAPException. |
abstract java.lang.String |
getFaultActor() |
abstract javax.xml.namespace.QName |
getFaultCode() |
abstract java.lang.String |
getFaultReason() |
abstract java.lang.String |
getFaultReturnCode() |
abstract java.lang.String |
getFaultString() |
abstract java.lang.String |
getMessage() |
abstract boolean |
isApplicationException()
Determines if this is a user-defined exception.
|
protected SOAPException()
protected SOAPException(java.lang.String message)
protected SOAPException(java.lang.String message,
java.lang.Throwable t)
public abstract boolean isApplicationException()
public abstract java.lang.Exception getApplicationException()
SOAPException.SOAPException is not
a user-defined exception.public abstract javax.xml.namespace.QName getFaultCode()
SOAPException in the form of a QNamepublic abstract java.lang.String getFaultString()
SOAPExceptionpublic abstract java.lang.String getFaultActor()
SOAPExceptionpublic abstract java.lang.String getFaultReturnCode()
public abstract java.lang.String getFaultReason()
SOAPExceptionpublic abstract java.lang.String getMessage()
getMessage in class java.rmi.RemoteExceptionSOAPException