Class ArchetypeCatalogNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.mojo.mrm.api.maven.ArchetypeCatalogNotFoundException
All Implemented Interfaces:
Serializable

public class ArchetypeCatalogNotFoundException extends Exception
An exception that indicates that an artifact could not be found.
Since:
1.0
See Also:
  • Constructor Details

    • ArchetypeCatalogNotFoundException

      public ArchetypeCatalogNotFoundException()
      Since:
      1.0
    • ArchetypeCatalogNotFoundException

      public ArchetypeCatalogNotFoundException(String message)
      Parameters:
      message - The message.
      Since:
      1.0
    • ArchetypeCatalogNotFoundException

      public ArchetypeCatalogNotFoundException(String message, Throwable cause)
      Parameters:
      message - The message.
      cause - the reason why it was not found (or null if there is no specific reason)
      Since:
      1.0