Class 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
    • 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 Detail

      • AbortException

        public AbortException()
      • AbortException

        public AbortException​(java.lang.String message)
      • AbortException

        public AbortException​(java.lang.String message,
                              java.lang.Throwable cause)
      • AbortException

        public AbortException​(java.lang.Throwable cause)