org.ow2.jasmine.event.processor
Class JasmineEventProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.jasmine.event.processor.JasmineEventProcessorException
All Implemented Interfaces:
java.io.Serializable

public class JasmineEventProcessorException
extends java.lang.Exception

Exception thrown when the processing of a JASMINe event failed.

Author:
Loris Bouzonnet
See Also:
Serialized Form

Constructor Summary
JasmineEventProcessorException()
           
JasmineEventProcessorException(java.lang.String message)
           
JasmineEventProcessorException(java.lang.String message, java.lang.Throwable cause)
           
JasmineEventProcessorException(java.lang.Throwable cause)
           
 
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

JasmineEventProcessorException

public JasmineEventProcessorException()

JasmineEventProcessorException

public JasmineEventProcessorException(java.lang.String message)

JasmineEventProcessorException

public JasmineEventProcessorException(java.lang.Throwable cause)

JasmineEventProcessorException

public JasmineEventProcessorException(java.lang.String message,
                                      java.lang.Throwable cause)


Copyright © 2011 OW2 Consortium. All Rights Reserved.