public class ContentTooLongException
extends java.io.IOException
| Constructor and Description |
|---|
ContentTooLongException(java.lang.String message)
Creates a new ContentTooLongException with the specified detail message.
|
ContentTooLongException(java.lang.String format,
java.lang.Object... args)
Constructs a new ContentTooLongException with the specified detail message.
|
public ContentTooLongException(java.lang.String message)
message - exception messagepublic ContentTooLongException(java.lang.String format,
java.lang.Object... args)
format - The exception detail message format; see String.format(String, Object...).args - The exception detail message arguments; see String.format(String, Object...).