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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatiblePluginVersionException(@NotNull String className, @NotNull String pluginKey, @NotNull String pluginVersion, @NotNull String localPluginVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalPluginVersion()
-
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
-
-
-
-
Method Detail
-
getLocalPluginVersion
public String getLocalPluginVersion()
-
-