org.wso2.mercury.exception
Class RMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.wso2.mercury.exception.RMException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RMMessageBuildingException, RMSequenceCreationException, SoapProcessingFaultException

public class RMException
extends java.lang.Exception

parent class for all RM specific exceptions

See Also:
Serialized Form

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

RMException

public RMException()

RMException

public RMException(java.lang.String message)

RMException

public RMException(java.lang.String message,
                   java.lang.Throwable cause)

RMException

public RMException(java.lang.Throwable cause)


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