Uses of Class
org.wso2.mercury.exception.RMException

Packages that use RMException
org.wso2.mercury.callback   
org.wso2.mercury.exception   
org.wso2.mercury.workers   
 

Uses of RMException in org.wso2.mercury.callback
 

Methods in org.wso2.mercury.callback with parameters of type RMException
 void MercuryErrorCallback.onError(RMException e)
           
 

Uses of RMException in org.wso2.mercury.exception
 

Subclasses of RMException in org.wso2.mercury.exception
 class RMMessageBuildingException
           
 class RMSequenceCreationException
          handle sequence createion problems
 class SoapProcessingFaultException
          used to indicate soap processing exceptions to Application layer
 

Uses of RMException in org.wso2.mercury.workers
 

Constructors in org.wso2.mercury.workers with parameters of type RMException
ErrorCallbackWorker(MercuryErrorCallback errorCallback, RMException rmException)
           
 



~~~~~~~~~~~~~~~~~~~ Mercury ~~~~~~~~~~~~~~~~~~~~~