public class ContentTooLongException extends IOException
| Constructor and Description | 
|---|
| ContentTooLongException(String message)Creates a new ContentTooLongException with the specified detail message. | 
| ContentTooLongException(String format,
                       Object... args)Constructs a new ContentTooLongException with the specified detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContentTooLongException(String message)
message - exception messagepublic ContentTooLongException(String format, Object... args)
format - The exception detail message format; see String.format(String, Object...).args - The exception detail message arguments; see String.format(String, Object...).Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.