public class SuppressRestartsException extends RuntimeException
This exception acts as a wrapper around the real cause and suppresses job restarts. The JobManager will not restart a job, which fails with this Exception.
| 构造器和说明 |
|---|
SuppressRestartsException(Throwable cause) |
public SuppressRestartsException(Throwable cause)
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.