Top Description Fields Constructors
java.nio.channels

public Class AlreadyBoundException

extends IllegalStateException
Class Inheritance

Unchecked exception thrown when an attempt is made to bind the socket a network oriented channel that is already bound.
Since
1.7

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
AlreadyBoundException()

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.IllegalStateException.serialVersionUID.

Annotations
@Serial

Constructor Detail

AlreadyBoundExceptionback to summary
public AlreadyBoundException()

Constructs an instance of this class.