Class IoFilterLifeCycleException

    • 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

      • IoFilterLifeCycleException

        public IoFilterLifeCycleException()
        Creates a new IoFilterLifeCycleException instance
      • IoFilterLifeCycleException

        public IoFilterLifeCycleException​(java.lang.String message)
        Creates a new IoFilterLifeCycleException instance
        Parameters:
        message - The error message
      • IoFilterLifeCycleException

        public IoFilterLifeCycleException​(java.lang.String message,
                                          java.lang.Throwable cause)
        Creates a new IoFilterLifeCycleException instance
        Parameters:
        message - The error message
        cause - The original error cause
      • IoFilterLifeCycleException

        public IoFilterLifeCycleException​(java.lang.Throwable cause)
        Creates a new IoFilterLifeCycleException instance
        Parameters:
        cause - The original error cause