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
-
-
Constructor Summary
Constructors Constructor Description CannotResolvePluginClassException(@NotNull String className, @NotNull String pluginKey, @Nullable String pluginVersion)
CannotResolvePluginClassException(@Nullable String reason, @NotNull String className, @NotNull String pluginKey, @Nullable String pluginVersion)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static String
formatMessage(@Nullable String reason, @NotNull String className, @NotNull String pluginKey, @Nullable String pluginVersion)
String
getClassName()
String
getPluginKey()
String
getPluginVersion()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
formatMessage
public static String formatMessage(@Nullable @Nullable String reason, @NotNull @NotNull String className, @NotNull @NotNull String pluginKey, @Nullable @Nullable String pluginVersion)
-
getClassName
public String getClassName()
-
getPluginKey
public String getPluginKey()
-
getPluginVersion
public String getPluginVersion()
-
-