Class IOReactorException

  • All Implemented Interfaces:
    Serializable

    public class IOReactorException
    extends 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
    • Constructor Detail

      • IOReactorException

        public IOReactorException​(String message,
                                  Exception cause)
      • IOReactorException

        public IOReactorException​(String message,
                                  Throwable cause)
      • IOReactorException

        public IOReactorException​(String message)