Package tlschannel
Class WouldBlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
tlschannel.TlsChannelFlowControlException
tlschannel.WouldBlockException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NeedsReadException,NeedsWriteException
Signals that some IO operation cannot continue because the channel is in non blocking mode and
some blocking would otherwise happen.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tlschannel.TlsChannelFlowControlException
fillInStackTraceMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WouldBlockException
public WouldBlockException()
-