public class ArtificerNotFoundException extends ArtificerUserException
Constructor and Description |
---|
ArtificerNotFoundException() |
ArtificerNotFoundException(String message) |
ArtificerNotFoundException(String msg,
String stackTrace) |
Modifier and Type | Method and Description |
---|---|
static ArtificerNotFoundException |
artifactNotFound(String uuid) |
static ArtificerNotFoundException |
contentNotFound(String uuid) |
static ArtificerNotFoundException |
ontologyNotFound(String ontologyUuid) |
static ArtificerNotFoundException |
storedQueryNotFound(String queryName) |
auditEntryNotFound, derivedArtifactCreate, derivedArtifactDelete, filenameRequired, invalidClassifiedBy
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ArtificerNotFoundException()
public ArtificerNotFoundException(String message)
public static ArtificerNotFoundException storedQueryNotFound(String queryName)
public static ArtificerNotFoundException contentNotFound(String uuid)
public static ArtificerNotFoundException artifactNotFound(String uuid)
public static ArtificerNotFoundException ontologyNotFound(String ontologyUuid)
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.