public class ForemanApiException extends Exception
| Constructor and Description |
|---|
ForemanApiException() |
ForemanApiException(String message,
String debugMessage) |
ForemanApiException(String message,
Throwable cause) |
ForemanApiException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ForemanApiException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDebugMessage() |
void |
setDebugMessage(String debugMessage) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ForemanApiException()
public ForemanApiException(Throwable cause)
Copyright © 2017. All rights reserved.