org.wso2.mercury.exception
Class SoapProcessingFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.mercury.exception.RMException
              extended by 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

Constructor Summary
SoapProcessingFaultException()
           
SoapProcessingFaultException(java.lang.String message)
           
SoapProcessingFaultException(java.lang.String message, java.lang.Throwable cause)
           
SoapProcessingFaultException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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 ~~~~~~~~~~~~~~~~~~~~~