org.apache.maven.artifact
Class InvalidRepositoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.artifact.InvalidRepositoryException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRepositoryException
extends java.lang.Exception

Error constructing an artifact repository.

Version:
$Id: InvalidRepositoryException.java 314994 2005-10-12 18:49:01Z brett $
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
InvalidRepositoryException(java.lang.String message, java.lang.Throwable throwable)
           
 
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

InvalidRepositoryException

public InvalidRepositoryException(java.lang.String message,
                                  java.lang.Throwable throwable)


Copyright 2006 Apache Software Foundation. All Rights Reserved.