org.hibernate

Class TransientObjectException

Implemented Interfaces:
Nestable

public class TransientObjectException
extends HibernateException

Thrown when the user passes a transient instance to a Session method that expects a persistent instance.
Author:
Gavin King

Field Summary

Fields inherited from class org.hibernate.exception.NestableRuntimeException

delegate

Constructor Summary

TransientObjectException(String s)
Constructs a new NestableRuntimeException with specified detail message.

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

TransientObjectException

public TransientObjectException(String s)
Constructs a new NestableRuntimeException with specified detail message.
Parameters: