Package dev.getelements.elements.rt.util
Class NonBlockingIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
dev.getelements.elements.rt.util.NonBlockingIOException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionNonBlockingIOException(String message) NonBlockingIOException(String message, Throwable cause) NonBlockingIOException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonBlockingIOException
public NonBlockingIOException() -
NonBlockingIOException
-
NonBlockingIOException
-
NonBlockingIOException
-