Package org.hibernate.sql.exec
Class ExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.HibernateError
-
- org.hibernate.sql.exec.ExecutionException
-
- All Implemented Interfaces:
Serializable
public class ExecutionException extends HibernateError
Indicates an exception performing execution- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionException(String message)
ExecutionException(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
-
-