com.extrememessaging.ResponseMaster
Class ResponseMasterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.extrememessaging.ResponseMaster.ResponseMasterException
All Implemented Interfaces:
java.io.Serializable

public class ResponseMasterException
extends java.lang.Exception

This class is thrown when there are errors that are handled by ResponseMaster

See Also:
Serialized Form

Constructor Summary
ResponseMasterException(java.lang.String sMessage)
           
ResponseMasterException(java.lang.String sMessage, java.lang.Throwable t)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResponseMasterException

public ResponseMasterException(java.lang.String sMessage)

ResponseMasterException

public ResponseMasterException(java.lang.String sMessage,
                               java.lang.Throwable t)