org.apache.maven.repository.metadata
Class GraphConflictResolutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.repository.metadata.GraphConflictResolutionException
All Implemented Interfaces:
Serializable

public class GraphConflictResolutionException
extends Exception

Author:
Oleg Gusakov
See Also:
Serialized Form

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

GraphConflictResolutionException

public GraphConflictResolutionException()

GraphConflictResolutionException

public GraphConflictResolutionException(String message)

GraphConflictResolutionException

public GraphConflictResolutionException(Throwable cause)

GraphConflictResolutionException

public GraphConflictResolutionException(String message,
                                        Throwable cause)


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.