Class NodeNotReachableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.codingchili.core.context.CoreException
com.codingchili.core.protocol.exception.NodeNotReachableException
All Implemented Interfaces:
CoreExceptionFormat, Serializable

public class NodeNotReachableException extends CoreException
Throw when a remote node is not in listening state. (not registered on the event bus)
See Also:
Serialized Form
  • Constructor Details

    • NodeNotReachableException

      public NodeNotReachableException(Request request)