public class ResourceConflictException extends SCIMException
| Constructor and Description |
|---|
ResourceConflictException(String errorMessage)
Create a new
ResourceConflictException from the provided
information. |
ResourceConflictException(String errorMessage,
Throwable cause)
Create a new
ResourceConflictException from the provided
information. |
createException, createException, getStatusCode, marshaladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceConflictException(String errorMessage)
ResourceConflictException from the provided
information.errorMessage - The error message for this SCIM exception.public ResourceConflictException(String errorMessage, Throwable cause)
ResourceConflictException 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.)Copyright © 2011–2016 UnboundID. All rights reserved.