org.helidb.lang.serializer
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.helidb.lang.DatabaseException
                  extended by 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

Constructor Summary
SerializationException(String msg)
           
SerializationException(String msg, Throwable t)
           
SerializationException(Throwable t)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SerializationException

public SerializationException(String msg)

SerializationException

public SerializationException(Throwable t)

SerializationException

public SerializationException(String msg,
                              Throwable t)