Package jetbrains.buildServer.serverSide
Class ReadOnlyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.SecurityException
-
- jetbrains.buildServer.serverSide.ReadOnlyException
-
- All Implemented Interfaces:
Serializable
public class ReadOnlyException extends SecurityException
Means that the requested operation is not allowed in the read-only mode. It's a low-level exception that should be thrown mostly from the low-level services on attempt to perform a write operation when the service is in read-only mode. For high-level checks please use MissingServerResponsibilityException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReadOnlyException
public ReadOnlyException(String message)
-
-