Class ScimException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.captaingoldfish.scim.sdk.common.exceptions.ScimException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadRequestException,ConflictException,DocumentValidationException,ForbiddenException,IncompatibleAttributeException,InternalServerException,InvalidConfigException,InvalidDateTimeRepresentationException,InvalidFilterException,InvalidResourceTypeException,InvalidSchemaException,IOException,NotImplementedException,NotModifiedException,PreconditionFailedException,ResourceNotFoundException,ResponseException,UnknownValueException
public abstract class ScimException extends RuntimeException
author Pascal Knueppel
created at: 28.09.2019 - 15:19
the base exception of all scim errors- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScimException(String message, Throwable cause, Integer status, String scimType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetail()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-