Class ReadyOnlyBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.apache.jackrabbit.oak.spi.state.ReadyOnlyBuilderException
- All Implemented Interfaces:
Serializable
Indicates that a modification operation was tried to execute on a read-only builder.
It should be used instead of throwing plain UnsupportedOperationExceptions in that situation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReadyOnlyBuilderException
-