Class ReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.api.service.exceptions.ServiceException
com.atlassian.confluence.api.service.exceptions.ReadOnlyException
- All Implemented Interfaces:
Serializable
This exception is thrown when things that are expected to be read-only
- Since:
- 6.8.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReadOnlyException
(String message) ReadOnlyException
(String message, ValidationResult validationResult) ReadOnlyException
(String message, Throwable e) -
Method Summary
Methods inherited from class com.atlassian.confluence.api.service.exceptions.ServiceException
optionalValidationResult, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ReadOnlyException
public ReadOnlyException() -
ReadOnlyException
-
ReadOnlyException
-
ReadOnlyException
-