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

public class IncompatiblePluginVersionException extends CannotResolvePluginClassException
Thrown when a class cannot be resolved because the plugin version is incompatible.
Since:
v3.3
See Also:
  • Constructor Details

    • IncompatiblePluginVersionException

      public IncompatiblePluginVersionException(@NotNull @NotNull String className, @NotNull @NotNull String pluginKey, @NotNull @NotNull String pluginVersion, @NotNull @NotNull String localPluginVersion)
  • Method Details

    • getLocalPluginVersion

      public String getLocalPluginVersion()