Package tlschannel

Class WouldBlockException

All Implemented Interfaces:
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:
  • Constructor Details

    • WouldBlockException

      public WouldBlockException()