Class DecodingException

    • Constructor Detail

      • DecodingException

        public DecodingException​(String message,
                                 Object... args)
      • DecodingException

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

        public DecodingException​(Throwable cause)
      • DecodingException

        public DecodingException​(String location,
                                 String message,
                                 Object... args)
      • DecodingException

        public DecodingException​(Enum<?> location,
                                 String message,
                                 Object... args)
      • DecodingException

        public DecodingException​(Throwable cause,
                                 String location)
      • DecodingException

        public DecodingException​(Throwable cause,
                                 Enum<?> location)