public class MethodsCompletionException extends RuntimeException
| Constructor and Description |
|---|
MethodsCompletionException(IOException ioException,
SlackApiException slackApiException,
Exception otherException) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
IOException |
getIoException() |
Exception |
getOtherException() |
SlackApiException |
getSlackApiException() |
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic MethodsCompletionException(IOException ioException, SlackApiException slackApiException, Exception otherException)
public IOException getIoException()
public SlackApiException getSlackApiException()
public Exception getOtherException()
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.