Package org.alfresco.ibatis
Class ByteArrayTypeHandler.DeserializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.ibatis.ByteArrayTypeHandler.DeserializationException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ByteArrayTypeHandler
public static class ByteArrayTypeHandler.DeserializationException extends java.lang.RuntimeExceptionMarker 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
-
-
Constructor Summary
Constructors Constructor Description DeserializationException(java.lang.Throwable cause)
-