Package com.slack.api.methods
Class MethodsCompletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.slack.api.methods.MethodsCompletionException
- All Implemented Interfaces:
Serializable
Wrapped exception holding the cause exception occurred in AsyncMethodsClient
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodsCompletionException(IOException ioException, SlackApiException slackApiException, Exception otherException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MethodsCompletionException
public MethodsCompletionException(IOException ioException, SlackApiException slackApiException, Exception otherException)
-
-
Method Details