Class SystemException

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

public class SystemException extends Exception
The SystemException.
Author:
Manfred Riem ([email protected])
See Also:
Serialized Form
  • 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(String message)
      Constructor.
      Parameters:
      message - the message.