public class StitchException extends RuntimeException
| Constructor and Description |
|---|
StitchException(StitchResponse response) |
StitchException(StitchResponse response,
StitchError error) |
StitchException(StitchResponse response,
StitchError error,
Throwable cause) |
StitchException(StitchResponse response,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
StitchError |
getError() |
StitchResponse |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StitchException(StitchResponse response, Throwable cause)
public StitchException(StitchResponse response)
public StitchException(StitchResponse response, StitchError error, Throwable cause)
public StitchException(StitchResponse response, StitchError error)
public StitchResponse getResponse()
public StitchError getError()
Apache Camel