Class UserCodeTimeoutException

All Implemented Interfaces:
Serializable

public class UserCodeTimeoutException extends UserCodeExecutionException
An extension of UserCodeQuotaException to specifically signal a user code timeout.
See Also:
  • Constructor Details

    • UserCodeTimeoutException

      public UserCodeTimeoutException(String message)
    • UserCodeTimeoutException

      public UserCodeTimeoutException(String message, Throwable cause)
    • UserCodeTimeoutException

      public UserCodeTimeoutException(Throwable cause)
    • UserCodeTimeoutException

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

    • shouldRepeat

      public boolean shouldRepeat()
      Reports that timeouts should be repeated. A remote API service may be intermittently unavailable, thus warranting this type of error to be repeated.
      Overrides:
      shouldRepeat in class UserCodeExecutionException