com.atlassian.plugin.module
Class ModuleClassNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.plugin.PluginException
com.atlassian.plugin.PluginParseException
com.atlassian.plugin.module.ModuleClassNotFoundException
- All Implemented Interfaces:
- Serializable
public class ModuleClassNotFoundException
- extends PluginParseException
If a module class could not be found
- Since:
- 2.5
- See Also:
- Serialized Form
ModuleClassNotFoundException
public ModuleClassNotFoundException(String className,
String pluginKey,
String moduleKey,
Exception ex,
String errorMsg)
getClassName
public String getClassName()
getPluginKey
public String getPluginKey()
getModuleKey
public String getModuleKey()
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2013 Atlassian. All Rights Reserved.