Package org.codehaus.mojo.mrm.api.maven
Class ArchetypeCatalogNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.mojo.mrm.api.maven.ArchetypeCatalogNotFoundException
- All Implemented Interfaces:
Serializable
An exception that indicates that an artifact could not be found.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newArchetypeCatalogNotFoundException.ArchetypeCatalogNotFoundException(String message) Creates a newArchetypeCatalogNotFoundException.ArchetypeCatalogNotFoundException(String message, Throwable cause) Creates a newArchetypeCatalogNotFoundException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArchetypeCatalogNotFoundException
public ArchetypeCatalogNotFoundException()Creates a newArchetypeCatalogNotFoundException.- Since:
- 1.0
-
ArchetypeCatalogNotFoundException
Creates a newArchetypeCatalogNotFoundException.- Parameters:
message- The message.- Since:
- 1.0
-
ArchetypeCatalogNotFoundException
Creates a newArchetypeCatalogNotFoundException.- Parameters:
message- The message.cause- the reason why it was not found (ornullif there is no specific reason)- Since:
- 1.0
-