Class OwningPluginNotInstalledException

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.OwningPluginNotInstalledException
All Implemented Interfaces:
Serializable

public class OwningPluginNotInstalledException extends CannotResolvePluginClassException
Thrown when a class cannot be resolved because the owning plugin is not installed.
Since:
v3.3
See Also:
  • Constructor Details

    • OwningPluginNotInstalledException

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

      public OwningPluginNotInstalledException(@Nullable @Nullable String reason, @NotNull @NotNull String className, @NotNull @NotNull String pluginKey, @Nullable @Nullable String pluginVersion)