public class ContentTooLongException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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.
|
private static final long serialVersionUID
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...)
.