Class UtilsException

    • Constructor Detail

      • UtilsException

        public UtilsException​(String errorType)
      • UtilsException

        public UtilsException​(Issue errorType)
      • UtilsException

        public UtilsException​(String errorType,
                              String message)
      • UtilsException

        public UtilsException​(Issue errorType,
                              String message)
      • UtilsException

        public UtilsException​(String errorType,
                              Throwable cause)
      • UtilsException

        public UtilsException​(Issue errorType,
                              Throwable cause)