-
Subclasses of AbstractException in org.refcodes.exception
Modifier and Type |
Class |
Description |
class |
LockedException |
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 |
MarshalException |
Thrown when marshaling / serializing an object fails.
|
class |
UnmarshalException |
Thrown when unmarshaling / deserializing an object fails.
|
class |
VetoException |
Thrown to signal that an operation is being vetoed by a third party observing
the invocation of the given operation.
|