Package com.yahoo.config.provision
Class NodeAllocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.config.provision.NodeAllocationException
- All Implemented Interfaces:
Serializable
Exception thrown when we are unable to fulfill a node allocation request.
- Author:
- hmusum
- See Also:
-
Constructor Summary
ConstructorDescriptionNodeAllocationException
(String message, boolean retryable) NodeAllocationException
(String message, Throwable cause, boolean retryable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NodeAllocationException
-
NodeAllocationException
-
-
Method Details
-
retryable
public boolean retryable()
-