javax.transaction
public class: SystemException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.transaction.SystemException
All Implemented Interfaces:
Serializable
The SystemException is thrown by the transaction manager to
indicate that it has encountered an unexpected error condition
that prevents future transaction services from proceeding.
Field Summary |
---|
public int | errorCode | The error code with which to create the SystemException.- serial:
The - error code for the exception
|
Methods from java.lang.Throwable: |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getStackTraceDepth, getStackTraceElement, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |