org.apache.maven.archetype.source
Class ArchetypeDataSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.archetype.source.ArchetypeDataSourceException
All Implemented Interfaces:
Serializable

public class ArchetypeDataSourceException
extends Exception

Author:
Jason van Zyl
See Also:
Serialized Form

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

ArchetypeDataSourceException

public ArchetypeDataSourceException(String message)

ArchetypeDataSourceException

public ArchetypeDataSourceException(String message,
                                    Throwable throwable)

ArchetypeDataSourceException

public ArchetypeDataSourceException(Throwable throwable)


Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.