|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
sf.qof.session.SystemException
public class SystemException
The SystemException is thrown by the transaction and session manager to indicate that it has encountered an unexpected error condition that prevents future transaction services from proceeding.
Constructor Summary | |
---|---|
SystemException()
Constructs a SystemException object. |
|
SystemException(String message)
Constructs a SystemException object. |
|
SystemException(String message,
Throwable cause)
Constructs a SystemException object. |
|
SystemException(Throwable cause)
Constructs a SystemException object. |
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(Throwable cause)
cause
- a Throwable objectpublic SystemException(String message)
message
- the error messagepublic SystemException(String message, Throwable cause)
message
- the error messagecause
- a Throwable object
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |