Package org.hibernate.graph
Class InvalidGraphException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.lang.RuntimeException
- jakarta.persistence.PersistenceException
- org.hibernate.HibernateException
- org.hibernate.graph.InvalidGraphException
- All Implemented Interfaces:
Serializable
public classInvalidGraphExceptionextendsHibernateException
Thrown byGraphParserto indicate textual entity graph representation parsing errors.- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor Description InvalidGraphException(String message)
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed,fillInStackTrace,getCause,getLocalizedMessage,getMessage,getStackTrace,getSuppressed,initCause,printStackTrace,printStackTrace,printStackTrace,setStackTrace,toString
Constructor Detail
InvalidGraphException
public InvalidGraphException(String message)