public class ForemanException extends ExecutionSetupException
| Constructor and Description |
|---|
ForemanException() |
ForemanException(String message) |
ForemanException(String message,
Throwable cause) |
ForemanException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ForemanException(Throwable cause) |
fromThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ForemanException()
public ForemanException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ForemanException(String message)
public ForemanException(Throwable cause)
Copyright © 2021 The Apache Software Foundation. All rights reserved.