Class SerializableTypeHandler.DeserializationException

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

    public static class SerializableTypeHandler.DeserializationException
    extends java.lang.RuntimeException
    Marker exception to allow deserialization issues to be dealt with by calling code. If this exception remains uncaught, it will be very difficult to find and rectify the data issue.
    Since:
    3.2
    Author:
    Derek Hulley
    See Also:
    Serialized Form
    • 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

      • DeserializationException

        public DeserializationException​(java.lang.Throwable cause)