Package | Description |
---|---|
net.sf.mmm.util.exception.api |
Provides the API for utilities that help to deal with exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
OptimisticLockingExceptionHibernate
The
OptimisticLockingException for StaleObjectStateException from Hibernate. |
class |
OptimisticLockingExceptionJpa
The
OptimisticLockingException for OptimisticLockException from JPA. |
class |
OptimisticLockingExceptionSpring
The
OptimisticLockingException for ObjectOptimisticLockingFailureException from Spring. |
Modifier and Type | Method and Description |
---|---|
static OptimisticLockingException |
OptimisticLockingException.of(Throwable optimisticLockError)
Creates an
OptimisticLockingException for the given Throwable cause. |
Copyright © 2001–2016 mmm-Team. All rights reserved.