Package org.hibernate.engine.jndi
Class JndiNameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.engine.jndi.JndiNameException
-
- All Implemented Interfaces:
Serializable
public class JndiNameException extends HibernateException
Indicates a problem with a given JNDI name being deemed as not valid.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JndiNameException(String message, Throwable cause)
Constructs a JndiNameException
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-