Class CannotResolvePluginClassException
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
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IncompatiblePluginVersionException
,OwningPluginNotInstalledException
public class CannotResolvePluginClassException
extends com.thoughtworks.xstream.mapper.CannotResolveClassException
Thrown when attempting to deserialize class from a plugin fails.
- Since:
- v3.3
- See Also:
-
Constructor Summary
ConstructorDescriptionCannotResolvePluginClassException
(@NotNull String className, @NotNull String pluginKey, @Nullable String pluginVersion) CannotResolvePluginClassException
(@Nullable String reason, @NotNull String className, @NotNull String pluginKey, @Nullable String pluginVersion) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotResolvePluginClassException
-
CannotResolvePluginClassException
-
-
Method Details
-
formatMessage
-
getClassName
-
getPluginKey
-
getPluginVersion
-