org.apache.maven.repository.legacy.resolver.conflict
Class ConflictResolverNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.