Constructors Summary |
---|
public ModifyVetoException()(overridden)
super();
|
public ModifyVetoException(String message)(overridden)
super(message);
|
public ModifyVetoException(String message, Throwable cause)(overridden)
super(message, cause);
|
public ModifyVetoException(Throwable cause)(overridden)
super(cause);
|