org.apache.maven.mercury.artifact.api
Class ArtifactListProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.mercury.artifact.api.ArtifactListProcessorException
All Implemented Interfaces:
java.io.Serializable

public class ArtifactListProcessorException
extends java.lang.Exception

Version:
$Id: ArtifactListProcessorException.java 744245 2009-02-13 21:23:44Z hboutemy $
Author:
Oleg Gusakov
See Also:
Serialized Form

Constructor Summary
ArtifactListProcessorException()
           
ArtifactListProcessorException(java.lang.String message)
           
ArtifactListProcessorException(java.lang.String message, java.lang.Throwable cause)
           
ArtifactListProcessorException(java.lang.Throwable cause)
           
 
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

ArtifactListProcessorException

public ArtifactListProcessorException()

ArtifactListProcessorException

public ArtifactListProcessorException(java.lang.String message)
Parameters:
message -

ArtifactListProcessorException

public ArtifactListProcessorException(java.lang.Throwable cause)
Parameters:
cause -

ArtifactListProcessorException

public ArtifactListProcessorException(java.lang.String message,
                                      java.lang.Throwable cause)
Parameters:
message -
cause -


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