public class ChangeVetoException
extends java.lang.Exception
ChangeVetoException exception is thrown when an VetoObserver vetos a pending VetoableSubject change.| Constructor and Description |
|---|
ChangeVetoException(java.lang.String msg)
Constructor.
|
ChangeVetoException(java.lang.Throwable cause)
Constructor.
|