Class SystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.transaction.SystemException
All Implemented Interfaces:
java.io.Serializable

public class SystemException
extends java.lang.Exception
The SystemException.
Author:
Manfred Riem ([email protected])
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    int errorCode
    Stores the error code.
  • Constructor Summary

    Constructors
    Constructor Description
    SystemException()
    Constructor.
    SystemException​(int errorCode)
    Constructor.
    SystemException​(java.lang.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • errorCode

      public int errorCode
      Stores the error code.
  • Constructor Details

    • SystemException

      public SystemException()
      Constructor.
    • SystemException

      public SystemException​(int errorCode)
      Constructor.
      Parameters:
      errorCode - the error code.
    • SystemException

      public SystemException​(java.lang.String message)
      Constructor.
      Parameters:
      message - the message.