data.events
Class  VetoException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--data.events.VetoException
- public class VetoException
- extends Exception
  
Exception thrown by CatalogChangeListeners and StockChangeListeners to indicate a veto
 against some operation.
- Since:
 - v2.0
 
- Version:
 - 2.0 19/08/1999
 
- Author:
 - Steffen Zschaler
 
- See Also:
 - Serialized Form
 
 
 
 
VetoException
public VetoException()
- Create a new VetoException.
 
VetoException
public VetoException(String sDetail)
- Create a new VetoException with a detail message.
- Parameters:
 sDetail - the detail message.