Class 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 Detail

      • QuotaException

        public QuotaException​(String message)
      • QuotaException

        public QuotaException​(String message,
                              Throwable cause)