org.apache.maven.index.artifact
Class IllegalArtifactCoordinateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.maven.index.artifact.IllegalArtifactCoordinateException
All Implemented Interfaces:
Serializable

Deprecated. Not throwed anymore.

public class IllegalArtifactCoordinateException
extends RuntimeException

Deprecated exception, just made into Runtime exception but NEVER THROWN anymore (since 4.0.1),

Author:
cstamas
See Also:
Serialized Form

Constructor Summary
IllegalArtifactCoordinateException(String message)
          Deprecated.  
IllegalArtifactCoordinateException(String message, Throwable cause)
          Deprecated.  
 
Method Summary
 
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

IllegalArtifactCoordinateException

public IllegalArtifactCoordinateException(String message)
Deprecated. 

IllegalArtifactCoordinateException

public IllegalArtifactCoordinateException(String message,
                                          Throwable cause)
Deprecated. 


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.