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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OwningPluginNotInstalledException(@NotNull String className, @NotNull String pluginKey, @Nullable String pluginVersion)
OwningPluginNotInstalledException(@Nullable String reason, @NotNull String className, @NotNull String pluginKey, @Nullable String pluginVersion)
-
Method Summary
-
Methods inherited from class com.atlassian.bamboo.serialization.xstream.CannotResolvePluginClassException
formatMessage, getClassName, getPluginKey, getPluginVersion
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-