Class SerializableTypeHandler.SerializationException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SerializableTypeHandler

    public static class SerializableTypeHandler.SerializationException
    extends java.lang.RuntimeException
    Marker exception to allow serialization issues to be dealt with by calling code. Unlike with deserialization, it is not important to handle this exception neatly.
    Since:
    3.2
    Author:
    Derek Hulley
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializationException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SerializationException

        public SerializationException​(java.lang.Throwable cause)