org.hibernate.type

Class SerializationException

Implemented Interfaces:
Nestable

public class SerializationException
extends HibernateException

Thrown when a property cannot be serializaed/deserialized
Author:
Gavin King

Field Summary

Fields inherited from class org.hibernate.exception.NestableRuntimeException

delegate

Constructor Summary

SerializationException(String message, Exception root)

Method Summary

Methods inherited from class org.hibernate.exception.NestableRuntimeException

getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace

Constructor Details

SerializationException

public SerializationException(String message,
                              Exception root)