Package org.hibernate.boot.model.naming
Class IllegalIdentifierException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.boot.model.naming.IllegalIdentifierException
-
- All Implemented Interfaces:
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(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalIdentifierException
public IllegalIdentifierException(String s)
-
-