Class ReadOnlyAttributeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.quarkus.vertx.http.runtime.attribute.ReadOnlyAttributeException
All Implemented Interfaces:
Serializable

public class ReadOnlyAttributeException extends Exception
An exception that is thrown when an attribute is read only
See Also:
  • Constructor Details

    • ReadOnlyAttributeException

      public ReadOnlyAttributeException()
    • ReadOnlyAttributeException

      public ReadOnlyAttributeException(String attributeName, String newValue)