org.hibernate.persister.spi
Class UnknownPersisterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.hibernate.HibernateException
org.hibernate.persister.spi.UnknownPersisterException
- All Implemented Interfaces:
- Serializable
public class UnknownPersisterException
- extends HibernateException
Indicates that the persister to use is not known and couyld not be determined.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownPersisterException
public UnknownPersisterException(String s)
UnknownPersisterException
public UnknownPersisterException(String string,
Throwable root)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.