Class EncodingException

  • All Implemented Interfaces:
    Serializable

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

      • EncodingException

        public EncodingException()
      • EncodingException

        public EncodingException​(String message)
      • EncodingException

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

        public EncodingException​(Throwable cause)
      • EncodingException

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