org.wso2.mercury.exception
Class SoapProcessingFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.mercury.exception.RMException
org.wso2.mercury.exception.SoapProcessingFaultException
- All Implemented Interfaces:
- java.io.Serializable
public class SoapProcessingFaultException
- extends RMException
used to indicate soap processing exceptions to Application layer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SoapProcessingFaultException
public SoapProcessingFaultException()
SoapProcessingFaultException
public SoapProcessingFaultException(java.lang.String message)
SoapProcessingFaultException
public SoapProcessingFaultException(java.lang.String message,
java.lang.Throwable cause)
SoapProcessingFaultException
public SoapProcessingFaultException(java.lang.Throwable cause)
~~~~~~~~~~~~~~~~~~~ Mercury ~~~~~~~~~~~~~~~~~~~~~