-
class
Base exception for unpredictable / checked (untestable states) exceptions,
providing functionality for exception specific multi-language messages.
class
Base exception for hidden (unchecked) / subsystem exceptions, providing
functionality for exception specific multi-language messages.
class
Base exception for I/O exceptions, providing functionality for exception
specific multi-language messages.
class
Base exception for runtime (unchecked) / predictable (testable states)
exceptions, providing functionality for exception specific multi-language
messages.
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
.
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).
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
Thrown when marshaling / serializing an object fails.
class
Thrown in case opening or accessing an open line (connection, junction, link)
caused timeout problems.
class
Thrown when unmarshaling / deserializing an object fails.
class
A verify exception is thrown in case the verification of the result (of an
algorithm) failed.
class
Thrown to signal that an operation is being vetoed by a third party observing
the invocation of the given operation.
static class
Thrown to signal that an operation is being vetoed by a third party
observing the invocation of the given operation.