Class IncompatibleMulePluginVersionResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.maven.client.api.exception.IncompatibleMulePluginVersionResolutionException
- All Implemented Interfaces:
Serializable
Thrown in case of an unsolvable conflict between different version of Mule plugin dependencies due to they are incompatible.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncompatibleMulePluginVersionResolutionException(String candidateArtifactId, String currentArtifactId, String path) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatibleMulePluginVersionResolutionException
-