-
class
Exception bugs (unchecked).
class
An integrity exception is thrown whenever the integrity of data may be
violated.
class
Unchecked exception with the same semantics as the
IOException
.
static class
Thrown in case an instance being locked is still being accessed in a
modifying way (see org.refcodes.mixin.Lockable
in the
refcodes-mixin artifact).
class
A verify exception is thrown in case the verification of the result (of an
algorithm) failed.
static class
Thrown to signal that an operation is being vetoed by a third party
observing the invocation of the given operation.