com.borland.primetime.util
Class VetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.borland.primetime.util.VetoException
All Implemented Interfaces:
java.io.Serializable

public class VetoException
extends java.lang.Exception

VetoException is thrown when an EventListener wishes to halt multicasting of a vetoable event.

See Also:
Serialized Form

Constructor Summary
VetoException()
          Constructs an VetoException with no detail message.
VetoException(java.lang.String message)
          Provides the application the oppurtunity to pass a message for default error message handling.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VetoException

public VetoException()
Constructs an VetoException with no detail message.

VetoException

public VetoException(java.lang.String message)
Provides the application the oppurtunity to pass a message for default error message handling. Many event processers will ignore the message, which is not required.
Parameters:
message - String to provide detail about the error.