com.bea.wlrt.ede
Class RejectStreamingEventException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.wlrt.ede.RejectStreamingEventException

public class RejectStreamingEventException
extends RuntimeException

See Also:
Serialized Form

Inner Class Summary
static class RejectStreamingEventException.Reason
           
 
Constructor Summary
RejectStreamingEventException(RejectStreamingEventException.Reason reason, List rejected, String desc)
           
 
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

RejectStreamingEventException

public RejectStreamingEventException(RejectStreamingEventException.Reason reason,
                                     List rejected,
                                     String desc)