com.unboundid.scim.sdk
Class UnsupportedOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.unboundid.scim.sdk.SCIMException
com.unboundid.scim.sdk.UnsupportedOperationException
- All Implemented Interfaces:
- SCIMResponse, Serializable
public class UnsupportedOperationException
- extends SCIMException
Signals the service provider does not support the requested operation.
This exception corresponds to HTTP response code 403 FORBIDDEN.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedOperationException
public UnsupportedOperationException(String errorMessage)
- Create a new
UnsupportedOperationException from the provided
information.
- Parameters:
errorMessage - The error message for this SCIM exception.
Copyright © 2011-2012 UnboundID. All Rights Reserved.