public class UserCodeExecutionException
extends java.lang.Exception
Exception for signaling errors in user custom code.| Constructor and Description | 
|---|
UserCodeExecutionException(java.lang.String message)  | 
UserCodeExecutionException(java.lang.String message,
                          java.lang.Throwable cause)  | 
UserCodeExecutionException(java.lang.String message,
                          java.lang.Throwable cause,
                          boolean enableSuppression,
                          boolean writableStackTrace)  | 
UserCodeExecutionException(java.lang.Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
shouldRepeat()
Reports whether when thrown warrants repeat execution. 
 | 
public UserCodeExecutionException(java.lang.String message)
public UserCodeExecutionException(java.lang.String message,
                                  java.lang.Throwable cause)
public UserCodeExecutionException(java.lang.Throwable cause)
public UserCodeExecutionException(java.lang.String message,
                                  java.lang.Throwable cause,
                                  boolean enableSuppression,
                                  boolean writableStackTrace)