org.apache.maven.archiva.dependency.graph
Class GraphTaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.archiva.common.ArchivaException
              extended by org.apache.maven.archiva.dependency.graph.GraphTaskException
All Implemented Interfaces:
java.io.Serializable

public class GraphTaskException
extends org.apache.maven.archiva.common.ArchivaException

GraphTaskException

Version:
$Id: GraphTaskException.java 562485 2007-08-03 14:44:15Z joakime $
Author:
Joakim Erdfelt
See Also:
Serialized Form

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

GraphTaskException

public GraphTaskException(java.lang.String message,
                          java.lang.Throwable cause)

GraphTaskException

public GraphTaskException(java.lang.String message)


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