Class ConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.captaingoldfish.scim.sdk.common.exceptions.ScimException
de.captaingoldfish.scim.sdk.common.exceptions.ConflictException
- All Implemented Interfaces:
Serializable
author Pascal Knueppel
created at: 12.10.2019 - 17:41
created at: 12.10.2019 - 17:41
- See Also:
-
Field Summary
Fields inherited from class de.captaingoldfish.scim.sdk.common.exceptions.ScimException
responseHeaders, scimType, status -
Constructor Summary
ConstructorsConstructorDescriptionConflictException(String message) ConflictException(String message, String scimType) ConflictException(String message, Throwable cause) ConflictException(String message, Throwable cause, String scimType) -
Method Summary
Methods inherited from class de.captaingoldfish.scim.sdk.common.exceptions.ScimException
getDetail, getResponseHeaders, getScimType, getStatus, setResponseHeaders, setScimType, setStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictException
-
ConflictException
-
ConflictException
-
ConflictException
-