public class UserCodeTimeoutException extends UserCodeExecutionException
UserCodeQuotaException
to specifically signal a user code timeout.Constructor and Description |
---|
UserCodeTimeoutException(java.lang.String message) |
UserCodeTimeoutException(java.lang.String message,
java.lang.Throwable cause) |
UserCodeTimeoutException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
UserCodeTimeoutException(java.lang.Throwable cause) |
public UserCodeTimeoutException(java.lang.String message)
public UserCodeTimeoutException(java.lang.String message, java.lang.Throwable cause)
public UserCodeTimeoutException(java.lang.Throwable cause)
public UserCodeTimeoutException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)