com.virtuosotechnologies.lib.util
Class EventAbortedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.virtuosotechnologies.lib.util.EventAbortedException
All Implemented Interfaces:
Serializable

public class EventAbortedException
extends Exception

This exception indicates that an event broadcast has been aborted by one of the listeners.

See Also:
Serialized Form

Constructor Summary
EventAbortedException()
          Constructor
EventAbortedException(String msg)
          Constructor with message string
EventAbortedException(String msg, Throwable cause)
          Constructor with message string and cause
EventAbortedException(Throwable cause)
          Constructor with cause
 
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

EventAbortedException

public EventAbortedException()
Constructor


EventAbortedException

public EventAbortedException(String msg)
Constructor with message string

Parameters:
msg - message string

EventAbortedException

public EventAbortedException(String msg,
                             Throwable cause)
Constructor with message string and cause

Parameters:
msg - message string
cause - cause exception

EventAbortedException

public EventAbortedException(Throwable cause)
Constructor with cause

Parameters:
cause - cause exception