Package org.hibernate.boot.model.naming
Class IllegalIdentifierException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.boot.model.naming.IllegalIdentifierException
-
- All Implemented Interfaces:
java.io.Serializable
public class IllegalIdentifierException extends HibernateException
Indicates an attempted use of a name that was deemed illegal- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalIdentifierException(java.lang.String s)
-