java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.transaction.SystemException
- All Implemented Interfaces:
Serializable
The SystemException.
- Author:
- Manfred Riem ([email protected])
- See Also:
- Serialized Form
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.SystemException(int errorCode)
Constructor.SystemException(String message)
Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorCode
public int errorCodeStores the error code.
-
-
Constructor Details
-
SystemException
public SystemException()Constructor. -
SystemException
public SystemException(int errorCode)Constructor.- Parameters:
errorCode
- the error code.
-
SystemException
Constructor.- Parameters:
message
- the message.
-