Package jetbrains.buildServer.clouds
Class QuotaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.clouds.CloudException
-
- jetbrains.buildServer.clouds.QuotaException
-
- All Implemented Interfaces:
Serializable
public class QuotaException extends CloudException
Represent any plugin-specific quota exceptions This exception should be thrown to indicate that an instance could not be started because of some limitation, e.g. number of running instances, lack of system resources and so on.- Since:
- 5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuotaException(String message)
QuotaException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-