AcceptPendingException

Stay organized with collections Save and categorize content based on your preferences.
public class AcceptPendingException extends IllegalStateException

Unchecked exception thrown when an attempt is made to initiate an accept operation on a channel and a previous accept operation has not completed.

Public Constructor Summary

AcceptPendingException()
Constructs an instance of this class.

Inherited Method Summary

Public Constructors

public AcceptPendingException ()

Constructs an instance of this class.