org.helidb.lang.serializer
Class SerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.helidb.lang.DatabaseException
org.helidb.lang.serializer.SerializationException
- All Implemented Interfaces:
- Serializable
public class SerializationException
- extends DatabaseException
This exception can be thrown by the serialization and deserialization methods
of Serializer
implementations.
- Since:
- 1.0
- Author:
- Karl Gustafsson
- See Also:
- Serialized Form
- In_jar:
- helidb-core
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SerializationException
public SerializationException(String msg)
SerializationException
public SerializationException(Throwable t)
SerializationException
public SerializationException(String msg,
Throwable t)