Class ReadOnlyPropertyException

All Implemented Interfaces:
Serializable

public class ReadOnlyPropertyException extends PropertyException
Exception thrown when attempting to write to a read-only property.
See Also:
  • Constructor Details

    • ReadOnlyPropertyException

      public ReadOnlyPropertyException()
    • ReadOnlyPropertyException

      public ReadOnlyPropertyException(String message)
    • ReadOnlyPropertyException

      public ReadOnlyPropertyException(String message, Throwable cause)
    • ReadOnlyPropertyException

      public ReadOnlyPropertyException(Throwable cause)