Package org.alfresco.service.transaction
Class ReadOnlyServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.error.AlfrescoRuntimeException
-
- org.alfresco.service.transaction.ReadOnlyServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReadOnlyServerException extends org.alfresco.error.AlfrescoRuntimeExceptionException thrown when a read-only server attempts a write operation.- Since:
- 3.4
- Author:
- Derek Hulley
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMSG_READ_ONLY
-
Constructor Summary
Constructors Constructor Description ReadOnlyServerException()
-
Method Summary
-
Methods inherited from class org.alfresco.error.AlfrescoRuntimeException
create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
-
-
-
-
Field Detail
-
MSG_READ_ONLY
public static final java.lang.String MSG_READ_ONLY
- See Also:
- Constant Field Values
-
-