org.apache.archiva.converter.artifact
Class ArtifactConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.archiva.converter.artifact.ArtifactConversionException
All Implemented Interfaces:
Serializable

public class ArtifactConversionException
extends Exception

ArtifactConversionException

See Also:
Serialized Form

Constructor Summary
ArtifactConversionException()
           
ArtifactConversionException(String message)
           
ArtifactConversionException(String message, Throwable cause)
           
ArtifactConversionException(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

ArtifactConversionException

public ArtifactConversionException()

ArtifactConversionException

public ArtifactConversionException(String message)

ArtifactConversionException

public ArtifactConversionException(Throwable cause)

ArtifactConversionException

public ArtifactConversionException(String message,
                                   Throwable cause)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.