com.atlassian.bamboo.serialization.xstream
Class OwningPluginNotInstalledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.thoughtworks.xstream.core.BaseException
                  extended by com.thoughtworks.xstream.XStreamException
                      extended by com.thoughtworks.xstream.mapper.CannotResolveClassException
                          extended by com.atlassian.bamboo.serialization.xstream.CannotResolvePluginClassException
                              extended by com.atlassian.bamboo.serialization.xstream.OwningPluginNotInstalledException
All Implemented Interfaces:
java.io.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
OwningPluginNotInstalledException(java.lang.String className, java.lang.String pluginKey, java.lang.String pluginVersion)
           
OwningPluginNotInstalledException(java.lang.String reason, java.lang.String className, java.lang.String pluginKey, java.lang.String pluginVersion)
           
 
Method Summary
 
Methods inherited from class com.atlassian.bamboo.serialization.xstream.CannotResolvePluginClassException
formatMessage, getClassName, getPluginKey, getPluginVersion
 
Methods inherited from class com.thoughtworks.xstream.XStreamException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OwningPluginNotInstalledException

public OwningPluginNotInstalledException(@NotNull
                                         java.lang.String className,
                                         @NotNull
                                         java.lang.String pluginKey,
                                         @Nullable
                                         java.lang.String pluginVersion)

OwningPluginNotInstalledException

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


Copyright © 2012 Atlassian. All Rights Reserved.