Package org.hibernate.procedure
Class NamedParametersNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.procedure.NamedParametersNotSupportedException
-
- All Implemented Interfaces:
Serializable
public class NamedParametersNotSupportedException extends HibernateException
Thrown to indicate that an attempt was made to register a stored procedure named parameter, but the underlying database reports to not support named parameters.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedParametersNotSupportedException(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
-
NamedParametersNotSupportedException
public NamedParametersNotSupportedException(String message)
-
-