Package org.hibernate.query
Class PathException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.query.PathException
-
- All Implemented Interfaces:
Serializable
public class PathException extends HibernateException
Indicates an attempt to use a path in an unsupported way- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PathException(String message)
PathException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-