public class ArtifactNotFoundException extends GriffonException
| Constructor and Description | 
|---|
| ArtifactNotFoundException(Class<?> clazz) | 
| ArtifactNotFoundException(Class<? extends GriffonArtifact> clazz,
                         String name) | 
| ArtifactNotFoundException(GriffonClass griffonClass,
                         Throwable cause) | 
| ArtifactNotFoundException(Throwable cause) | 
checkNonBlank, checkNonNulladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArtifactNotFoundException(@Nonnull GriffonClass griffonClass, @Nonnull Throwable cause)
public ArtifactNotFoundException(@Nonnull Class<? extends GriffonArtifact> clazz, @Nonnull String name)