public class RequestTooLargeException extends ServiceResponseException
| Constructor and Description |
|---|
RequestTooLargeException(String message)
Instantiates a new Request Too Large Exception.
|
RequestTooLargeException(String message,
Throwable cause)
Instantiates a new Request Too Large Exception.
|
getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RequestTooLargeException(String message)
message - the error messageCopyright © 2015. All rights reserved.