Class ConflictResolverNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.repository.legacy.resolver.conflict.ConflictResolverNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConflictResolverNotFoundException extends java.lang.ExceptionIndicates that a specified conflict resolver implementation could not be found.- Since:
- 3.0
- Author:
- Mark Hobson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictResolverNotFoundException(java.lang.String message)Creates a newConflictResolverNotFoundExceptionwith the specified message.
-