org.apache.maven.archetype.source
Class ArchetypeDataSinkException

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

public class ArchetypeDataSinkException
extends Exception

Author:
Jason van Zyl
See Also:
Serialized Form

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

ArchetypeDataSinkException

public ArchetypeDataSinkException(String message)

ArchetypeDataSinkException

public ArchetypeDataSinkException(String message,
                                  Throwable throwable)

ArchetypeDataSinkException

public ArchetypeDataSinkException(Throwable throwable)


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