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