Class ConflictResolverNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.repository.legacy.resolver.conflict.ConflictResolverNotFoundException
- All Implemented Interfaces:
- Serializable
Deprecated.
Indicates that a specified conflict resolver implementation could not be found.
- Since:
- 3.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConflictResolverNotFoundException(String message) Deprecated.Creates a newConflictResolverNotFoundExceptionwith the specified message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConflictResolverNotFoundExceptionDeprecated.Creates a newConflictResolverNotFoundExceptionwith the specified message.- Parameters:
- message- the message
 
 
-