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