Class IOReactorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IOReactorException
    extends java.io.IOException
    I/O exception that can be thrown by an I/O reactor. Usually exceptions of this type are fatal and are not recoverable.
    Since:
    4.0
    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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IOReactorException

        public IOReactorException​(java.lang.String message,
                                  java.lang.Exception cause)
      • IOReactorException

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

        public IOReactorException​(java.lang.String message)