Package tlschannel

Class TlsChannelFlowControlException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NeedsTaskException, WouldBlockException

public abstract class TlsChannelFlowControlException extends IOException
Base class for exceptions used to control flow.

Because exceptions of this class are not used to signal errors, they don't contain stack traces, to improve efficiency.

This class inherits from IOException as a compromise to allow TlsChannel to throw it while still implementing the ByteChannel interface.

See Also:
  • Constructor Details

    • TlsChannelFlowControlException

      public TlsChannelFlowControlException()
  • Method Details