org.jwall.audit
Class EventProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jwall.audit.EventProcessorException
All Implemented Interfaces:
Serializable

public class EventProcessorException
extends Exception

Exceptions of this class are thrown by event processors.

Author:
Christian Bockermann <chris@jwall.org>
See Also:
Serialized Form

Constructor Summary
EventProcessorException()
           
EventProcessorException(String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventProcessorException

public EventProcessorException()

EventProcessorException

public EventProcessorException(String msg)


Copyright © 2012 jwall.org. All Rights Reserved.