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.
Constructor and Description |
---|
SuppressRestartsException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SuppressRestartsException(Throwable cause)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.