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

Package class diagram package 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 ArchivaException

GraphTaskException

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)