Class ConsumerAbortException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.yamcs.parameterarchive.ConsumerAbortException
All Implemented Interfaces:
Serializable

public class ConsumerAbortException extends RuntimeException
Use this in the consumers to signal that they don't want anymore data. Any suggestion for a less ugly way to achive the same result is welcome.
See Also:
  • Constructor Details

    • ConsumerAbortException

      public ConsumerAbortException()