Class 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 Detail

      • PropertyAlreadyExistsException

        public PropertyAlreadyExistsException​(String key)
        Parameters:
        key - The key of the property in question.