Class AlreadyClosedException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      AlreadyClosedException​(java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AlreadyClosedException

        public AlreadyClosedException​(java.lang.String message)