Class DataFilter.AbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cometd.server.filter.DataFilter.AbortException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
DataFilter
Aborts the filtering of the message data.
- See Also:
-
Constructor Summary
ConstructorDescriptionAbortException
(String message) AbortException
(String message, Throwable cause) AbortException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbortException
public AbortException() -
AbortException
-
AbortException
-
AbortException
-