Uses of Class
de.captaingoldfish.scim.sdk.common.exceptions.ScimException
Packages that use ScimException
Package
Description
-
Uses of ScimException in de.captaingoldfish.scim.sdk.common.exceptions
Subclasses of ScimException in de.captaingoldfish.scim.sdk.common.exceptionsModifier and TypeClassDescriptionclassauthor Pascal Knueppel
created at: 04.10.2019 - 00:55
classauthor Pascal Knueppel
created at: 12.10.2019 - 17:41
classauthor Pascal Knueppel
created at: 28.09.2019 - 15:19
classauthor Pascal Knueppel
created at: 27.11.2019 - 22:44
classauthor Pascal Knueppel
created at: 28.09.2019 - 13:39
this exception is used if an attempt was made to read a json attribute that does have another type as the expected oneclassauthor Pascal Knueppel
created at: 28.09.2019 - 17:14
classauthor Pascal Knueppel
created at: 28.09.2019 - 17:14
classauthor Pascal Knueppel
created at: 29.09.2019 - 21:49
classauthor Pascal Knueppel
created at: 04.10.2019 - 00:55
classauthor Pascal Knueppel
created at: 03.10.2019 - 19:55
classclassauthor Pascal Knueppel
created at: 28.09.2019 - 00:07
a simple runtime IO exceptionclassauthor Pascal Knueppel
created at: 04.10.2019 - 00:55
classauthor Pascal Knueppel
created at: 21.11.2019 - 10:02
classauthor Pascal Knueppel
created at: 21.11.2019 - 10:02
classauthor Pascal Knueppel
created at: 12.10.2019 - 17:41
classauthor Pascal Knueppel
created at: 25.10.2019 - 23:18
this exception is used forErrorResponses to parse an error response into an exception typeclassauthor Pascal Knueppel
created at: 13.07.2020 - 09:05
classauthor Pascal Knueppel
created at: 28.09.2019 - 18:05
-
Uses of ScimException in de.captaingoldfish.scim.sdk.common.response
Methods in de.captaingoldfish.scim.sdk.common.response that return ScimExceptionModifier and TypeMethodDescriptionErrorResponse.getScimException()the exception that should be turned into a SCIM error responseConstructors in de.captaingoldfish.scim.sdk.common.response with parameters of type ScimExceptionModifierConstructorDescriptionErrorResponse(ScimException scimException) ErrorResponse(ScimException scimException, boolean useDetailMessage)