org.apache.maven.project
Class MissingRepositoryElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.artifact.InvalidRepositoryException
              extended by org.apache.maven.project.MissingRepositoryElementException
All Implemented Interfaces:
Serializable

public class MissingRepositoryElementException
extends InvalidRepositoryException

See Also:
Serialized Form

Constructor Summary
MissingRepositoryElementException(String message)
           
MissingRepositoryElementException(String message, String repositoryId)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.artifact.InvalidRepositoryException
getRepositoryId
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingRepositoryElementException

public MissingRepositoryElementException(String message,
                                         String repositoryId)

MissingRepositoryElementException

public MissingRepositoryElementException(String message)


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.