AlreadyClosedExceptionpublic class AlreadyClosedException extends IllegalStateException This exception is thrown when there is an attempt to
access something that has already been closed. |
Constructors Summary |
---|
public AlreadyClosedException(String message)
super(message);
|
|