Package org.hibernate.service
Class NullServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.service.spi.ServiceException
-
- org.hibernate.service.NullServiceException
-
- All Implemented Interfaces:
Serializable
public class NullServiceException extends ServiceException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Class
serviceRole
-
Constructor Summary
Constructors Constructor Description NullServiceException(Class serviceRole)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
getServiceRole()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-