|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.transaction.SystemException
public class SystemException
This exception is thrown to indicate that the transaction manager has encountered an unexpected error condition that prevents future transaction services from proceeding.
Field Summary | |
---|---|
int |
errorCode
The error code of this exception. |
Constructor Summary | |
---|---|
SystemException()
Creates a new SystemException without a detail message. |
|
SystemException(int errcode)
Constructs an SystemException with the specified
detail message. |
|
SystemException(String msg)
Constructs an SystemException with the specified
detail message. |
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 |
Field Detail |
---|
public int errorCode
Constructor Detail |
---|
public SystemException()
SystemException
without a detail message.
public SystemException(String msg)
SystemException
with the specified
detail message.
msg
- the detail message.public SystemException(int errcode)
SystemException
with the specified
detail message.
errcode
- the error code for the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |