com.unboundid.scim.sdk
Class ResourceConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.unboundid.scim.sdk.SCIMException
com.unboundid.scim.sdk.ResourceConflictException
- All Implemented Interfaces:
- SCIMResponse, Serializable
public class ResourceConflictException
- extends SCIMException
Signals the specified version number does not match the resource's latest
version number or a Service Provider refused to create a new,
duplicate resource.
This exception corresponds to HTTP response code 409 CONFLICT.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceConflictException
public ResourceConflictException(String errorMessage)
- Create a new
ResourceConflictException from the provided
information.
- Parameters:
errorMessage - The error message for this SCIM exception.
Copyright © 2011-2012 UnboundID. All Rights Reserved.