Class ConflictResolverNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.repository.legacy.resolver.conflict.ConflictResolverNotFoundException
- All Implemented Interfaces:
Serializable
Indicates that a specified conflict resolver implementation could not be found.
- Since:
- 3.0
- Author:
- Mark Hobson
- See Also:
-
Constructor Summary
ConstructorDescriptionConflictResolverNotFoundException
(String message) Creates a newConflictResolverNotFoundException
with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConflictResolverNotFoundException
Creates a newConflictResolverNotFoundException
with the specified message.- Parameters:
message
- the message
-