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 Details

    • CannotResolvePluginClassException

      public CannotResolvePluginClassException(@NotNull @NotNull String className, @NotNull @NotNull String pluginKey, @Nullable @Nullable String pluginVersion)
    • CannotResolvePluginClassException

      public CannotResolvePluginClassException(@Nullable @Nullable String reason, @NotNull @NotNull String className, @NotNull @NotNull String pluginKey, @Nullable @Nullable String pluginVersion)
  • Method Details

    • 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()