com.dracoware.module
Class RspModuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dracoware.module.RspModuleException
All Implemented Interfaces:
java.io.Serializable

public class RspModuleException
extends java.lang.Exception

Thrown to indicate that the application has encountered an error while performing backend work for an RSP module

See Also:
Serialized Form

Constructor Summary
RspModuleException()
          Constructs a RspModuleException with no detail message.
RspModuleException(java.lang.String message)
          Constructs a RspModuleException with the specified detail message.
RspModuleException(java.lang.String message, java.lang.Throwable cause)
          Constructs a RspModuleException with a detail message and a nested cause.
RspModuleException(java.lang.Throwable cause)
          Constructs a RspModuleException with a nested 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RspModuleException

public RspModuleException()
Constructs a RspModuleException with no detail message.


RspModuleException

public RspModuleException(java.lang.String message)
Constructs a RspModuleException with the specified detail message.


RspModuleException

public RspModuleException(java.lang.String message,
                          java.lang.Throwable cause)
Constructs a RspModuleException with a detail message and a nested cause.


RspModuleException

public RspModuleException(java.lang.Throwable cause)
Constructs a RspModuleException with a nested cause.