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, toString
public 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...)
.