Package tlschannel
Class WouldBlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
tlschannel.TlsChannelFlowControlException
tlschannel.WouldBlockException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NeedsReadException,NeedsWriteException
public class WouldBlockException extends TlsChannelFlowControlException
Signals that some IO operation cannot continue because the channel is in non blocking mode and
some blocking would otherwise happen.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description WouldBlockException() -
Method Summary
-
Constructor Details
-
WouldBlockException
public WouldBlockException()
-