Class EncodingException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Serialization ID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • EncodingException

        public EncodingException()
        Constructor.
      • EncodingException

        public EncodingException​(@Nullable
                                 String message)
        Constructor.
        Parameters:
        message - exception message
      • EncodingException

        public EncodingException​(@Nullable
                                 Exception wrappedException)
        Constructor.
        Parameters:
        wrappedException - exception to be wrapped by this one
      • EncodingException

        public EncodingException​(@Nullable
                                 String message,
                                 @Nullable
                                 Exception wrappedException)
        Constructor.
        Parameters:
        message - exception message
        wrappedException - exception to be wrapped by this one