org.apache.maven.verifier
Class RepoConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.MavenException
              extended by org.apache.maven.verifier.RepoConfigException
All Implemented Interfaces:
java.io.Serializable

public class RepoConfigException
extends MavenException

Specialized repository configuration exception.

Version:
$Id: RepoConfigException.java 517014 2007-03-11 21:15:50Z ltheussl $
Author:
bob mcwhirter
See Also:
Serialized Form

Constructor Summary
RepoConfigException(java.lang.String msg)
          Constructs a RepoConfigException with the specified detail message.
 
Method Summary
 
Methods inherited from class org.apache.maven.MavenException
getException
 
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

RepoConfigException

public RepoConfigException(java.lang.String msg)
Constructs a RepoConfigException with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.