|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.acsinet_solutions.util.exception.SystemException
public class SystemException
A generic exception representing system related errors. Very used along the framework.
| Constructor Summary | |
|---|---|
SystemException()
Constructor for SystemException. |
|
SystemException(java.lang.String message)
Constructor for SystemException. |
|
SystemException(java.lang.String message,
java.lang.Throwable nestedException)
Constructor for SystemException. |
|
SystemException(java.lang.Throwable nestedException)
Constructor for SystemException. |
|
| 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 |
|---|
public SystemException()
public SystemException(java.lang.String message)
public SystemException(java.lang.Throwable nestedException)
public SystemException(java.lang.String message,
java.lang.Throwable nestedException)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||