|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.dracoware.module.RspModuleException
public class RspModuleException
Thrown to indicate that the application has encountered an error while performing backend work for an RSP module
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 |
---|
public RspModuleException()
RspModuleException
with no detail message.
public RspModuleException(java.lang.String message)
RspModuleException
with the specified detail message.
public RspModuleException(java.lang.String message, java.lang.Throwable cause)
RspModuleException
with a detail message
and a nested cause.
public RspModuleException(java.lang.Throwable cause)
RspModuleException
with a nested cause.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |