|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ds.fw.exceptions.FwException
|
+--com.ds.fw.exceptions.FwRequestProcessingException
|
+--com.ds.fw.exceptions.FwApplicationException
| Constructor Summary | |
FwApplicationException()
Null constructor. |
|
FwApplicationException(java.lang.String msg)
Constructs this object by initializing superclass with given string(message). |
|
FwApplicationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs this object with message and original cause of exception. |
|
FwApplicationException(java.lang.Throwable exc)
Constructs this object to wrap up an exception/throwable |
|
| Methods inherited from class com.ds.fw.exceptions.FwException |
getCause, getMessage, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FwApplicationException()
public FwApplicationException(java.lang.String msg)
public FwApplicationException(java.lang.Throwable exc)
public FwApplicationException(java.lang.String msg,
java.lang.Throwable cause)
msg - messagecause - original exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||