Class ConnectionInvalidatedException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class ConnectionInvalidatedException
    extends ChatServiceException
                        

    Exception thrown when the server explicitly invalidates and disconnects a connection.

    Indicates that the server has invalidated our connection for some reason and explicitly disconnected us. We are allowed try to reconnect in the future with the same credentials. If our connection is invalidated after a call to the account deletion endpoint, the client is allowed to assume that the account deletion request succeeded.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectionInvalidatedException

        ConnectionInvalidatedException(String message)
    • Method Detail