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:
java.io.Serializable
public class MethodsCompletionException
extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MethodsCompletionException(java.io.IOException ioException, SlackApiException slackApiException, java.lang.Exception otherException) -
Method Summary
Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.io.IOExceptiongetIoException()java.lang.ExceptiongetOtherException()SlackApiExceptiongetSlackApiException()inthashCode()java.lang.StringtoString()
-
Constructor Details
-
MethodsCompletionException
public MethodsCompletionException(java.io.IOException ioException, SlackApiException slackApiException, java.lang.Exception otherException)
-
-
Method Details
-
getIoException
public java.io.IOException getIoException() -
getSlackApiException
-
getOtherException
public java.lang.Exception getOtherException() -
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Throwable
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-