Package com.slack.api.scim2
Class SCIM2ApiCompletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.slack.api.scim2.SCIM2ApiCompletionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSCIM2ApiCompletionException(IOException ioException, SCIM2ApiException scimApiException, Exception otherException) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SCIM2ApiCompletionException
public SCIM2ApiCompletionException(IOException ioException, SCIM2ApiException scimApiException, Exception otherException)
-
-
Method Details