Class NonBlockingIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
dev.getelements.elements.rt.util.NonBlockingIOException
All Implemented Interfaces:
Serializable

public class NonBlockingIOException extends IOException
A special type of IOException used by the InputStreamAdapter and the OutputStreamAdapter to indicate that the backed channel is currently in a non-blocking mode.
See Also:
  • Constructor Details

    • NonBlockingIOException

      public NonBlockingIOException()
    • NonBlockingIOException

      public NonBlockingIOException(String message)
    • NonBlockingIOException

      public NonBlockingIOException(String message, Throwable cause)
    • NonBlockingIOException

      public NonBlockingIOException(Throwable cause)