Class AlreadyClosedException



  • public class AlreadyClosedException
    extends java.lang.RuntimeException
    Exception indicating that resource (eg Session or messanger) has been already closed.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • AlreadyClosedException

        public AlreadyClosedException​(java.lang.String message,
                                      java.lang.Throwable cause)
      • AlreadyClosedException

        public AlreadyClosedException​(java.lang.Throwable cause)
      • AlreadyClosedException

        public AlreadyClosedException​()
      • AlreadyClosedException

        public AlreadyClosedException​(java.lang.String reason)
        Create new instance with human-readable reason.
        Parameters:
        reason - human-readable reason.