Class ContentTooLongException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.atlassian.confluence.api.service.exceptions.ContentTooLongException
-
- All Implemented Interfaces:
Serializable
public class ContentTooLongException extends IOException
TODO replace with httpcore exception of the same name when that's widely available to plugins- Since:
- 5.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentTooLongException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ContentTooLongException
public ContentTooLongException(String message)
-
-