Class RequestContextException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.captaingoldfish.scim.sdk.common.exceptions.ScimException
-
- de.captaingoldfish.scim.sdk.server.endpoints.validation.RequestContextException
-
- All Implemented Interfaces:
Serializable
public class RequestContextException extends ScimException
- Since:
- 25.04.2021
- Author:
- Pascal Knueppel
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.captaingoldfish.scim.sdk.common.exceptions.ScimException
responseHeaders, scimType, status
-
-
Constructor Summary
Constructors Constructor Description RequestContextException(ValidationContext validationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidationContextgetValidationContext()-
Methods inherited from class de.captaingoldfish.scim.sdk.common.exceptions.ScimException
getDetail, getResponseHeaders, getScimType, getStatus, setResponseHeaders, setScimType, setStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RequestContextException
public RequestContextException(ValidationContext validationContext)
-
-
Method Detail
-
getValidationContext
public ValidationContext getValidationContext()
-
-