Class DownloadNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.archetype.downloader.DownloadNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DownloadNotFoundException extends java.lang.Exception
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    DownloadNotFoundException(java.lang.String string)
     
    DownloadNotFoundException(java.lang.String string, java.lang.Throwable throwable)
     
    DownloadNotFoundException(java.lang.Throwable throwable)
     
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DownloadNotFoundException

      public DownloadNotFoundException(java.lang.String string)
    • DownloadNotFoundException

      public DownloadNotFoundException(java.lang.String string, java.lang.Throwable throwable)
    • DownloadNotFoundException

      public DownloadNotFoundException(java.lang.Throwable throwable)