Package org.hibernate.service
Class UnknownServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.service.UnknownServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownServiceException extends HibernateException
Indicates that an unkown service was requested from the registry.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Class
serviceRole
-
Constructor Summary
Constructors Constructor Description UnknownServiceException(java.lang.Class serviceRole)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class
getServiceRole()
-