Class SystemException

    • Constructor Detail

      • SystemException

        public SystemException()
      • SystemException

        public SystemException​(String message)
      • SystemException

        public SystemException​(String message,
                               Throwable cause)
      • SystemException

        public SystemException​(Throwable cause)
      • SystemException

        public SystemException​(String message,
                               Throwable cause,
                               boolean enableSuppression,
                               boolean writableStackTrace)