Package org.hibernate.service
Class UnknownServiceException
- 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.UnknownServiceException
-
- All Implemented Interfaces:
Serializable
public class UnknownServiceException extends ServiceException
Indicates that an unknown service was requested from the registry.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description Class
serviceRole
-
Constructor Summary
Constructors Constructor Description UnknownServiceException(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
-
-