com.atlassian.bamboo.serialization.xstream
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:
- Serialized Form
Methods inherited from class com.thoughtworks.xstream.XStreamException |
getCause |
CannotResolvePluginClassException
public CannotResolvePluginClassException(@NotNull
String className,
@NotNull
String pluginKey,
@Nullable
String pluginVersion)
CannotResolvePluginClassException
public CannotResolvePluginClassException(@Nullable
String reason,
@NotNull
String className,
@NotNull
String pluginKey,
@Nullable
String pluginVersion)
formatMessage
public static String formatMessage(@Nullable
String reason,
@NotNull
String className,
@NotNull
String pluginKey,
@Nullable
String pluginVersion)
getClassName
public String getClassName()
getPluginKey
public String getPluginKey()
getPluginVersion
public String getPluginVersion()
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.