Skip navigation links
com.bea.wlevs.ede.api
Class EventRejectedException.Reason
java.lang.Object
|
+--java.lang.Enum
|
+--com.bea.wlevs.ede.api.EventRejectedException.Reason
- public static final class EventRejectedException.Reason
- extends java.lang.Enum
Enumeration representing the reason for rejecting the events:
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
FULL
public static final EventRejectedException.Reason FULL
LARGE_BATCH
public static final EventRejectedException.Reason LARGE_BATCH
UNKNOWN
public static final EventRejectedException.Reason UNKNOWN
values
public static EventRejectedException.Reason[] values()
valueOf
public static EventRejectedException.Reason valueOf(java.lang.String name)