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