Package com.slack.api.audit
Class AuditApiCompletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.slack.api.audit.AuditApiCompletionException
- All Implemented Interfaces:
Serializable
public class AuditApiCompletionException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AuditApiCompletionException(IOException ioException, AuditApiException auditApiException, Exception otherException) -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)AuditApiExceptiongetAuditApiException()IOExceptiongetIoException()ExceptiongetOtherException()inthashCode()StringtoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
AuditApiCompletionException
public AuditApiCompletionException(IOException ioException, AuditApiException auditApiException, Exception otherException)
-
-
Method Details
-
getIoException
-
getAuditApiException
-
getOtherException
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-