Klasse ReadOnlyException

Alle implementierten Schnittstellen:
Serializable

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

    • ReadOnlyException

      public ReadOnlyException()
    • ReadOnlyException

      public ReadOnlyException(String message)
    • ReadOnlyException

      public ReadOnlyException(String message, Throwable cause)
    • ReadOnlyException

      public ReadOnlyException(Throwable cause)