Class UserCodeQuotaException

All Implemented Interfaces:
Serializable

public class UserCodeQuotaException extends UserCodeExecutionException
Extends UserCodeQuotaException to allow the user custom code to specifically signal a Quota or API overuse related error.
See Also:
  • Constructor Details

    • UserCodeQuotaException

      public UserCodeQuotaException(String message)
    • UserCodeQuotaException

      public UserCodeQuotaException(String message, Throwable cause)
    • UserCodeQuotaException

      public UserCodeQuotaException(Throwable cause)
    • UserCodeQuotaException

      public UserCodeQuotaException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details