Class DataFilter.AbortException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cometd.server.filter.DataFilter.AbortException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
DataFilter

public static class DataFilter.AbortException
extends java.lang.RuntimeException

Aborts the filtering of the message data.

See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    AbortException()  
    AbortException​(java.lang.String message)  
    AbortException​(java.lang.String message, java.lang.Throwable cause)  
    AbortException​(java.lang.Throwable cause)  
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details