Package lumis.portal.dao.hibernate
Class EntityManagerFactoryRebuildTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.util.concurrent.TimeoutException
-
- lumis.portal.dao.hibernate.EntityManagerFactoryRebuildTimeoutException
-
- All Implemented Interfaces:
Serializable
public class EntityManagerFactoryRebuildTimeoutException extends TimeoutException
Exception thrown when a lock for entity manager factory rebuilding could not be get.- Since:
- 7.1.0
- Version:
- $Revision: 16037 $ $Date: 2013-11-21 20:58:50 -0200 (Thu, 21 Nov 2013) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EntityManagerFactoryRebuildTimeoutException()
EntityManagerFactoryRebuildTimeoutException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
EntityManagerFactoryRebuildTimeoutException
public EntityManagerFactoryRebuildTimeoutException()
-
EntityManagerFactoryRebuildTimeoutException
public EntityManagerFactoryRebuildTimeoutException(String message)
-
-