com.atlassian.bamboo.serialization.xstream
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:
- java.io.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 |
IncompatiblePluginVersionException(java.lang.String className,
java.lang.String pluginKey,
java.lang.String pluginVersion,
java.lang.String localPluginVersion)
|
Methods inherited from class com.thoughtworks.xstream.XStreamException |
getCause |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IncompatiblePluginVersionException
public IncompatiblePluginVersionException(@NotNull
java.lang.String className,
@NotNull
java.lang.String pluginKey,
@NotNull
java.lang.String pluginVersion,
@NotNull
java.lang.String localPluginVersion)
getLocalPluginVersion
public java.lang.String getLocalPluginVersion()
Copyright © 2012 Atlassian. All Rights Reserved.