Class RepositoryReadOnlyException

All Implemented Interfaces:
Serializable

public class RepositoryReadOnlyException extends RepositoryException
Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.
Author:
James Leigh
See Also:
  • Constructor Details

    • RepositoryReadOnlyException

      public RepositoryReadOnlyException()
    • RepositoryReadOnlyException

      public RepositoryReadOnlyException(String msg, Throwable t)
    • RepositoryReadOnlyException

      public RepositoryReadOnlyException(String msg)
    • RepositoryReadOnlyException

      public RepositoryReadOnlyException(Throwable t)