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
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 Details
-
SCIMApiCompletionException
public SCIMApiCompletionException(IOException ioException, SCIMApiException scimApiException, Exception otherException)
-
-
Method Details
-
getIoException
-
getScimApiException
-
getOtherException
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-