Package io.undertow.attribute
Class ReadOnlyAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.undertow.attribute.ReadOnlyAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReadOnlyAttributeException extends java.lang.Exception
An exception that is thrown when an attribute is read only- Author:
- Stuart Douglas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyAttributeException()
ReadOnlyAttributeException(java.lang.String attributeName, java.lang.String newValue)
-