Class IncompatiblePluginVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.xstream.core.BaseException
com.thoughtworks.xstream.XStreamException
com.thoughtworks.xstream.mapper.CannotResolveClassException
com.atlassian.bamboo.serialization.xstream.CannotResolvePluginClassException
com.atlassian.bamboo.serialization.xstream.IncompatiblePluginVersionException
- All Implemented Interfaces:
Serializable
Thrown when a class cannot be resolved because the plugin version is incompatible.
- Since:
- v3.3
- See Also:
-
Constructor Summary
ConstructorDescriptionIncompatiblePluginVersionException
(@NotNull String className, @NotNull String pluginKey, @NotNull String pluginVersion, @NotNull String localPluginVersion) -
Method Summary
Methods inherited from class com.atlassian.bamboo.serialization.xstream.CannotResolvePluginClassException
formatMessage, getClassName, getPluginKey, getPluginVersion
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompatiblePluginVersionException
-
-
Method Details
-
getLocalPluginVersion
-