org.apache.maven.repository.legacy.resolver.conflict
Class ConflictResolverNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.repository.legacy.resolver.conflict.ConflictResolverNotFoundException
All Implemented Interfaces:
Serializable

public class ConflictResolverNotFoundException
extends Exception

Indicates that a specified conflict resolver implementation could not be found.

Since:
3.0
Author:
Mark Hobson
See Also:
Serialized Form

Constructor Summary
ConflictResolverNotFoundException(String message)
          Creates a new ConflictResolverNotFoundException with the specified message.
 
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

ConflictResolverNotFoundException

public ConflictResolverNotFoundException(String message)
Creates a new ConflictResolverNotFoundException with the specified message.

Parameters:
message - the message


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.