Class ValueParseException

    • Constructor Detail

      • ValueParseException

        public ValueParseException()
      • ValueParseException

        public ValueParseException​(String message)
      • ValueParseException

        public ValueParseException​(Throwable cause)
      • ValueParseException

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

        public ValueParseException​(long code,
                                   boolean retryable,
                                   String message)
      • ValueParseException

        public ValueParseException​(BizExceptionEnum codeEnum)