org.apache.clerezza.rdf.core.access
Class EntityUndeletableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
EntityUndeletableException(UriRef entityName)
          creates an exception indicating that the entity with the specified name cannot be deleted
 
Method Summary
 UriRef getEntityName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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

getEntityName

public UriRef getEntityName()
Returns:
the name of the entity which is undeletable


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.