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