Class VetoException

java.lang.Object
All Implemented Interfaces:
Serializable, ErrorCodeAccessor, Trap

public class VetoException extends AbstractException
Thrown to signal that an operation is being vetoed by a third party observing the invocation of the given operation. It's occurrence is unpredictable for the caller of the operation.
See Also: