public class UserCodeRemoteSystemException extends UserCodeExecutionException
UserCodeExecutionException that signals an error with a remote system. Examples of such
 errors include an HTTP 5XX error or gRPC INTERNAL (13) error.| Constructor and Description | 
|---|
| UserCodeRemoteSystemException(java.lang.String message) | 
| UserCodeRemoteSystemException(java.lang.String message,
                             java.lang.Throwable cause) | 
| UserCodeRemoteSystemException(java.lang.String message,
                             java.lang.Throwable cause,
                             boolean enableSuppression,
                             boolean writableStackTrace) | 
| UserCodeRemoteSystemException(java.lang.Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | shouldRepeat()Reports that remote system errors should be repeated. | 
public UserCodeRemoteSystemException(java.lang.String message)
public UserCodeRemoteSystemException(java.lang.String message,
                                     java.lang.Throwable cause)
public UserCodeRemoteSystemException(java.lang.Throwable cause)
public UserCodeRemoteSystemException(java.lang.String message,
                                     java.lang.Throwable cause,
                                     boolean enableSuppression,
                                     boolean writableStackTrace)
public boolean shouldRepeat()
shouldRepeat in class UserCodeExecutionException