Class PreconditionFailedException
- 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.PreconditionFailedException
-
- All Implemented Interfaces:
Serializable
public class PreconditionFailedException extends ScimException
author Pascal Knueppel
created at: 21.11.2019 - 10:02
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.captaingoldfish.scim.sdk.common.exceptions.ScimException
scimType, status
-
-
Constructor Summary
Constructors Constructor Description PreconditionFailedException()PreconditionFailedException(String message)PreconditionFailedException(String message, Throwable cause)PreconditionFailedException(String message, Throwable cause, String scimType)
-
Method Summary
-
Methods inherited from class de.captaingoldfish.scim.sdk.common.exceptions.ScimException
getDetail
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PreconditionFailedException
public PreconditionFailedException()
-
PreconditionFailedException
public PreconditionFailedException(String message)
-
-