com.unboundid.scim.sdk
Class UnsupportedOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.unboundid.scim.sdk.SCIMException
              extended by 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

Constructor Summary
UnsupportedOperationException(String errorMessage)
          Create a new UnsupportedOperationException from the provided information.
 
Method Summary
 
Methods inherited from class com.unboundid.scim.sdk.SCIMException
createException, getStatusCode, marshal
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.