Package org.alfresco.ibatis
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 withdeserialization, it is not important to handle this exception neatly.- Since:
- 5.0
- Author:
- sglover
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializationException(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
-
SerializationException
public SerializationException(Throwable cause)
-
-