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.Exception
Indicates that a specified conflict resolver implementation could not be found.- Since:
- 3.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
The serial version ID.
-
Constructor Summary
Constructors Constructor Description ConflictResolverNotFoundException(java.lang.String message)
Creates a newConflictResolverNotFoundException
with the specified message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
The serial version ID.- See Also:
- Constant Field Values
-
-