Class RequestedNodesMissingException

All Implemented Interfaces:
Serializable

public class RequestedNodesMissingException extends TransientException
Exception thrown when node(s) selected in prepare() are not found during activate(). Happens when the host(s) fail to come up and are eventually removed with their nodes. The receiver must redo prepare().
Author:
freva
See Also:
  • Constructor Details

    • RequestedNodesMissingException

      public RequestedNodesMissingException(String message)