|
Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing 11g Release 1 (11.1.1.4.0) E14303-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.bea.wlevs.ede.api.EventRejectedException
Exception raised by an event sink to indicate a problem during processing of one or more event(s).
Inner Class Summary | |
static class |
EventRejectedException.Reason Enumeration representing the reason for rejecting the events: |
Constructor Summary | |
EventRejectedException(EventRejectedException.Reason reason, java.util.List rejected, java.lang.String desc) |
Method Summary | |
EventRejectedException.Reason |
getReason() |
java.util.List |
getRejectedEvents() Retrieve the set of events rejected by the event sink. |
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 |
public EventRejectedException(EventRejectedException.Reason reason, java.util.List rejected, java.lang.String desc)
Method Detail |
public java.util.List getRejectedEvents()
public EventRejectedException.Reason getReason()
|
Copyright © 2007, 2011 Oracle and/or its affiliates. All rights reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |