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
public class ReadOnlyException extends ServiceException
This exception is thrown when things that are expected to be read-only- Since:
- 6.8.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyException()
ReadOnlyException(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
getOptionalValidationResult, optionalValidationResult, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
ReadOnlyException
public ReadOnlyException()
-
ReadOnlyException
public ReadOnlyException(String message)
-
ReadOnlyException
public ReadOnlyException(String message, ValidationResult validationResult)
-
-