Class ReadOnlyModeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- com.netflix.spinnaker.front50.model.ReadOnlyModeException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReadOnlyModeException extends java.lang.IllegalStateExceptionThrown when front50 is running in read-only mode and a write operation is triggered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyModeException()ReadOnlyModeException(java.lang.String message)
-