Class ConnectionLost


  • public class ConnectionLost
    extends Message
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String reason  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionLost​(java.lang.String reason)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • reason

        public final java.lang.String reason
    • Constructor Detail

      • ConnectionLost

        public ConnectionLost​(java.lang.String reason)