Class DecodingException

  • All Implemented Interfaces:
    Serializable

    public class DecodingException
    extends RuntimeException
    A runtime exception that is thrown when an error occurs while decoding a serialized representation of a bean.
    Author:
    mmoquillon
    See Also:
    Serialized Form
    • Constructor Detail

      • DecodingException

        public DecodingException()
      • DecodingException

        public DecodingException​(String message)
      • DecodingException

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

        public DecodingException​(Throwable cause)
      • DecodingException

        protected DecodingException​(String message,
                                    Throwable cause,
                                    boolean enableSuppression,
                                    boolean writableStackTrace)