Class ConnectionFailed

  • All Implemented Interfaces:
    ion.Meta.IEvent

    public class ConnectionFailed
    extends SynchronizationFailed
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String host  
      int port  
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnectionFailed​(java.lang.String host, int port)  
    • Method Summary

      • Methods inherited from class ion.Meta.Event

        getRaiseTime
      • Methods inherited from class java.lang.Object

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

      • host

        public final java.lang.String host
      • port

        public final int port
    • Constructor Detail

      • ConnectionFailed

        public ConnectionFailed​(java.lang.String host,
                                int port)