Class 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 Detail

      • ReadOnlyException

        public ReadOnlyException​(String message)