Exception Property.ReadOnlyException

Exception object that signals that a requested Property modification failed because it's in read-only mode.

Synopsis

Since

3.0

Inheritance Path.  java.lang.Object-> java.lang.Throwable-> java.lang.Exception-> java.lang.RuntimeException-> com.itmill.toolkit.data.Property.ReadOnlyException

Property.ReadOnlyException()

Constructs a new ReadOnlyException without a detail message.

Property.ReadOnlyException(String)

Parameters

msg

the detail message

Constructs a new ReadOnlyException with the specified detail message.