public class ArchetypeCatalogNotFoundException extends Exception
| Constructor and Description |
|---|
ArchetypeCatalogNotFoundException()
Creates a new
ArchetypeCatalogNotFoundException. |
ArchetypeCatalogNotFoundException(String message)
Creates a new
ArchetypeCatalogNotFoundException. |
ArchetypeCatalogNotFoundException(String message,
Throwable cause)
Creates a new
ArchetypeCatalogNotFoundException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ArchetypeCatalogNotFoundException()
ArchetypeCatalogNotFoundException.public ArchetypeCatalogNotFoundException(String message)
ArchetypeCatalogNotFoundException.message - The message.public ArchetypeCatalogNotFoundException(String message, Throwable cause)
ArchetypeCatalogNotFoundException.message - The message.cause - the reason why it was not found (or null if there is no specific reason)Copyright © 2009–2022 MojoHaus. All rights reserved.