Class ReadOnlyAttributeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.undertow.attribute.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:
  • Constructor Details

    • ReadOnlyAttributeException

      public ReadOnlyAttributeException()
    • ReadOnlyAttributeException

      public ReadOnlyAttributeException(String attributeName, String newValue)