Class SerializableTypeHandler.SerializationException

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

public static class SerializableTypeHandler.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:
3.2
Author:
Derek Hulley
See Also:
  • Constructor Details

    • SerializationException

      public SerializationException(Throwable cause)