com.atlassian.plugin
Class ModulePermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.plugin.PluginException
com.atlassian.plugin.ModulePermissionException
- All Implemented Interfaces:
- Serializable
public final class ModulePermissionException
- extends PluginException
This exception is thrown by module descriptors when a set of their required permissions is
not met by the plugin declaring them.
- Since:
- 3.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ModulePermissionException
public ModulePermissionException(String moduleKey,
Set<String> permissions)
getModuleKey
public String getModuleKey()
getPermissions
public Set<String> getPermissions()
Copyright © 2014 Atlassian. All rights reserved.