public class NotModifiedException extends SCIMException
| Constructor and Description |
|---|
NotModifiedException(String errorMessage)
Create a new
NotModifiedException from the provided
information. |
NotModifiedException(String errorMessage,
String version,
Throwable cause)
Create a new
NotModifiedException from the provided
information. |
NotModifiedException(String errorMessage,
Throwable cause)
Create a new
NotModifiedException from the provided
information. |
| Modifier and Type | Method and Description |
|---|---|
String |
getVersion()
Retrieves the version of the Resource.
|
createException, createException, getStatusCode, marshaladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotModifiedException(String errorMessage)
NotModifiedException from the provided
information.errorMessage - The error message for this SCIM exception.public NotModifiedException(String errorMessage, Throwable cause)
NotModifiedException from the provided
information.errorMessage - The error message for this SCIM exception.cause - The cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value
is permitted, and indicates that the cause is
nonexistent or unknown.)public NotModifiedException(String errorMessage, String version, Throwable cause)
NotModifiedException from the provided
information.errorMessage - The error message for this SCIM exception.version - The current version of the Resource.cause - The cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value
is permitted, and indicates that the cause is
nonexistent or unknown.)public String getVersion()
Copyright © 2011–2016 UnboundID. All rights reserved.