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
public class MethodsCompletionException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MethodsCompletionException(IOException ioException, SlackApiException slackApiException, Exception otherException) -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)IOExceptiongetIoException()ExceptiongetOtherException()SlackApiExceptiongetSlackApiException()inthashCode()StringtoString()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
-
getIoException
-
getSlackApiException
-
getOtherException
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-