org.apache.clerezza.rdf.core.access
Class EntityAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.clerezza.rdf.core.access.EntityAlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class EntityAlreadyExistsException
- extends RuntimeException
is thrown on an attempt to create an entity with a name which already exists
- Author:
- hasan
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntityAlreadyExistsException
public EntityAlreadyExistsException(UriRef entityName)
- creates an exception indicating that an entity with the specified name
already exists.
- Parameters:
entityName - the name of the entity which already exists
getEntityName
public UriRef getEntityName()
- Returns:
- the name of the entity which already exists
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.