Package com.yahoo.config.provision
Class OutOfCapacityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.yahoo.config.provision.OutOfCapacityException
-
- All Implemented Interfaces:
java.io.Serializable
public class OutOfCapacityException extends java.lang.RuntimeException
Exception thrown when we are unable to fulfill the request due to having too few nodes (of the specified flavor)- Author:
- hmusum
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OutOfCapacityException(java.lang.String message)
-