Class InternalException

    • Constructor Detail

      • InternalException

        public InternalException​(int code,
                                 String message)
      • InternalException

        public InternalException​(String message)
      • InternalException

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

        public InternalException​(Throwable cause)
      • InternalException

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