Class ReadOnlyAttributeException

  • All Implemented Interfaces:
    Serializable

    public class ReadOnlyAttributeException
    extends Exception
    An exception that is thrown when an attribute is read only
    Author:
    Stuart Douglas
    See Also:
    Serialized Form
    • Constructor Detail

      • ReadOnlyAttributeException

        public ReadOnlyAttributeException()
      • ReadOnlyAttributeException

        public ReadOnlyAttributeException​(String attributeName,
                                          String newValue)