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