Class ReadOnlyPropertyException

All Implemented Interfaces:
Serializable

public class ReadOnlyPropertyException extends IllegalArgumentException
Used to indicate that PropertySet.put(String, Object) failed because a property is read-only.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • ReadOnlyPropertyException

      public ReadOnlyPropertyException(String propertyName)
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Gets the name of the property that was read-only.