org.hibernate.service
Class UnknownServiceException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.hibernate.HibernateException
org.hibernate.HibernateException
                   org.hibernate.service.UnknownServiceException
org.hibernate.service.UnknownServiceException
- All Implemented Interfaces: 
- Serializable
- public class UnknownServiceException 
- extends HibernateException
Indicates that an unkown service was requested from the registry.
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
serviceRole
public final Class serviceRole
UnknownServiceException
public UnknownServiceException(Class serviceRole)
getServiceRole
public Class getServiceRole()
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.