Class ByteArrayTypeHandler.SerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.ibatis.ByteArrayTypeHandler.SerializationException
All Implemented Interfaces:
Serializable
Enclosing class:
ByteArrayTypeHandler

public static class ByteArrayTypeHandler.SerializationException extends 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:
5.0
Author:
sglover
See Also:
  • Constructor Details

    • SerializationException

      public SerializationException(Throwable cause)