public class EntityUndeletableException extends RuntimeException
| Constructor and Description |
|---|
EntityUndeletableException(IRI entityName)
creates an exception indicating that the entity with the specified name
cannot be deleted
|
| Modifier and Type | Method and Description |
|---|---|
IRI |
getEntityName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EntityUndeletableException(IRI entityName)
entityName - the name of the entity which is undeletablepublic IRI getEntityName()
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.