Package org.xwiki.context
Class PropertyAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.xwiki.context.PropertyAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class PropertyAlreadyExistsException extends RuntimeException
Thrown when declaring a property that already exists in the execution context.- Since:
- 4.3M1
- Version:
- $Id: 9ecd1ccfd59389c86f82ade29ca5aa42f77b99f6 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyAlreadyExistsException(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
-
PropertyAlreadyExistsException
public PropertyAlreadyExistsException(String key)
- Parameters:
key
- The key of the property in question.
-
-