Package org.alfresco.ibatis
Class SerializableTypeHandler.DeserializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.ibatis.SerializableTypeHandler.DeserializationException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SerializableTypeHandler
public static class SerializableTypeHandler.DeserializationException extends 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
-
-
Constructor Summary
Constructors Constructor Description DeserializationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DeserializationException
public DeserializationException(Throwable cause)
-
-