Package org.xwiki.context
Class PropertyIsFinalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.xwiki.context.PropertyIsFinalException
-
- All Implemented Interfaces:
Serializable
public class PropertyIsFinalException extends RuntimeException
Thrown when trying to update a final value.- Since:
- 4.3M1
- Version:
- $Id: edbff1f06e7f2960f1a9751d66c0673c00f76f58 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyIsFinalException(String key)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PropertyIsFinalException
public PropertyIsFinalException(String key)
- Parameters:
key
- The key of the property in question.
-
-