Class NodeFailedToAcknowledge

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

public class NodeFailedToAcknowledge extends CoreException
Throw when the remote end has failed in some way.
See Also:
Serialized Form
  • Constructor Details

    • NodeFailedToAcknowledge

      public NodeFailedToAcknowledge(Request request)
      Parameters:
      request - the request that was failed to handle.