net.mlw.gfw.event
Class EventNotProcessedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--net.mlw.gfw.event.EventNotProcessedException
All Implemented Interfaces:
java.io.Serializable

public class EventNotProcessedException
extends java.lang.RuntimeException

Exception thrown when event is not processed.

Version:
$Revision: 1.4 $ $Date: 2004/06/29 20:32:57 $
Author:
Matthew L. Wilson
See Also:
Serialized Form

Constructor Summary
EventNotProcessedException(net.mlw.gfw.event.Event event)
          Default constructor.
 
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

EventNotProcessedException

public EventNotProcessedException(net.mlw.gfw.event.Event event)
Default constructor.

Parameters:
event - The Event not processed.


Copyright © 2003-2004 mlavilson. All Rights Reserved.