SalesPoint v3.3 API

data.events
Class VetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by data.events.VetoException
All Implemented Interfaces:
Serializable

public class VetoException
extends Exception

Exception thrown by CatalogChangeListeners and StockChangeListeners to indicate a veto against some operation.

Since:
v2.0
Author:
Steffen Zschaler
See Also:
Serialized Form

Constructor Summary
VetoException()
          Create a new VetoException.
VetoException(String sDetail)
          Create a new VetoException with a detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

SalesPoint v3.3 API