Skip navigation links
com.bea.wlevs.ede.api
Class EventProcessingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.bea.wlevs.ede.api.EventProcessingException
- Direct Known Subclasses:
- EventPropertyException
- public class EventProcessingException
- extends java.lang.RuntimeException
Root runtime exception raised when an error occurs when processing events.
- See Also:
- Serialized Form
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 |
EventProcessingException
public EventProcessingException()
EventProcessingException
public EventProcessingException(java.lang.String message)
EventProcessingException
public EventProcessingException(java.lang.String message,
java.lang.Throwable cause)
EventProcessingException
public EventProcessingException(java.lang.Throwable cause)