public class ContentTooLongException extends IOException
| 构造器和说明 |
|---|
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.
|
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...).Copyright © 2023. All rights reserved.