Class ReadOnlyException

All Implemented Interfaces:
Serializable

public class ReadOnlyException extends CDOException
An unchecked exception being thrown if write access to objects of a read-only view is attempted.
Author:
Eike Stepper
See Also:
No Extend
This interface is not intended to be extended by clients.
No Instantiate
This class is not intended to be instantiated by clients.
  • Constructor Details

    • ReadOnlyException

      public ReadOnlyException()
    • ReadOnlyException

      public ReadOnlyException(String message)
    • ReadOnlyException

      public ReadOnlyException(String message, Throwable cause)
    • ReadOnlyException

      public ReadOnlyException(Throwable cause)