Class InternalErrorException

    • Constructor Detail

      • InternalErrorException

        public InternalErrorException​(String format,
                                      Object... args)
      • InternalErrorException

        public InternalErrorException​(String msg)
      • InternalErrorException

        public InternalErrorException​(Throwable ex,
                                      String msg)
      • InternalErrorException

        public InternalErrorException​(Throwable ex,
                                      String format,
                                      Object... args)