Class ByteArrayTypeHandler.DeserializationException

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

    public static class ByteArrayTypeHandler.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:
    5.0
    Author:
    sglover
    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)