Package com.linecorp.centraldogma.common
Class ReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.centraldogma.common.CentralDogmaException
com.linecorp.centraldogma.common.ReadOnlyException
- All Implemented Interfaces:
Serializable
A
CentralDogmaException
that is raised when attempted to modify data in read-only mode.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReadOnlyException
Creates a new instance.
-