Class AlreadyClosedException

All Implemented Interfaces:
Serializable

public class AlreadyClosedException extends IllegalStateException
This exception is thrown when there is an attempt to access something that has already been closed.
See Also:
  • Constructor Details

    • AlreadyClosedException

      public AlreadyClosedException(String message)
    • AlreadyClosedException

      public AlreadyClosedException(String message, Throwable cause)