Class NodeAllocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.config.provision.NodeAllocationException
All Implemented Interfaces:
Serializable

public class NodeAllocationException extends RuntimeException
Exception thrown when we are unable to fulfill a node allocation request.
Author:
hmusum
See Also:
  • Constructor Details

    • NodeAllocationException

      public NodeAllocationException(String message, boolean retryable)
  • Method Details

    • retryable

      public boolean retryable()