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

    Methods inherited from class tlschannel.TlsChannelFlowControlException

    fillInStackTrace

    Methods inherited from class java.lang.Throwable

    addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait