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
All Methods Instance Methods Concrete Methods 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 Detail
-
AuditApiCompletionException
public AuditApiCompletionException(IOException ioException, AuditApiException auditApiException, Exception otherException)
-
-
Method Detail
-
getIoException
public IOException getIoException()
-
getAuditApiException
public AuditApiException getAuditApiException()
-
getOtherException
public Exception getOtherException()
-
canEqual
protected boolean canEqual(Object other)
-
-