Package org.hibernate.service.spi
Class ServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.service.spi.ServiceException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NullServiceException
,UnknownServiceException
public class ServiceException extends HibernateException
Indicates a problem with a service.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceException(String message)
ServiceException(String message, Throwable root)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-