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