org.ow2.jasmine.event.processor
Class ProcessContextException

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

public class ProcessContextException
extends java.lang.Exception

Exception thrown when an operation on a ProcessContext failed.

Author:
Loris Bouzonnet
See Also:
Serialized Form

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

ProcessContextException

public ProcessContextException()

ProcessContextException

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

ProcessContextException

public ProcessContextException(java.lang.String message)

ProcessContextException

public ProcessContextException(java.lang.Throwable cause)


Copyright © 2011 OW2 Consortium. All Rights Reserved.