Class SystemException

    • Field Detail

      • errorCode

        public int errorCode
        Stores the error code.
    • Constructor Detail

      • 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.