Class AlreadyClosedException

All Implemented Interfaces:
Serializable

public class AlreadyClosedException extends IllegalStateException
See Also:
  • Constructor Details

    • AlreadyClosedException

      public AlreadyClosedException()
    • AlreadyClosedException

      public AlreadyClosedException(String msg)
    • AlreadyClosedException

      public AlreadyClosedException(Throwable th)
    • AlreadyClosedException

      public AlreadyClosedException(String msg, Throwable th)