Package io.umadb.client
Class UmaDbException.IntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.umadb.client.UmaDbException
io.umadb.client.UmaDbException.IntegrityException
- All Implemented Interfaces:
Serializable
- Enclosing class:
UmaDbException
Indicates an integrity violation, such as appending events
that violate constraints or failing conditional operations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.umadb.client.UmaDbException
UmaDbException.AuthenticationException, UmaDbException.CorruptionException, UmaDbException.IntegrityException, UmaDbException.InternalException, UmaDbException.IoException, UmaDbException.SerializationException -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IntegrityException
-