Package com.slack.api.scim
Class SCIMApiCompletionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.slack.api.scim.SCIMApiCompletionException
-
- All Implemented Interfaces:
Serializable
public class SCIMApiCompletionException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SCIMApiCompletionException(IOException ioException, SCIMApiException scimApiException, Exception otherException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)IOExceptiongetIoException()ExceptiongetOtherException()SCIMApiExceptiongetScimApiException()inthashCode()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
SCIMApiCompletionException
public SCIMApiCompletionException(IOException ioException, SCIMApiException scimApiException, Exception otherException)
-
-
Method Detail
-
getIoException
public IOException getIoException()
-
getScimApiException
public SCIMApiException getScimApiException()
-
getOtherException
public Exception getOtherException()
-
canEqual
protected boolean canEqual(Object other)
-
-