com.atlassian.applinks.api
Class TypeNotInstalledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.applinks.api.TypeNotInstalledException
- All Implemented Interfaces:
- Serializable
public class TypeNotInstalledException
- extends Exception
Thrown if the requested ApplicationLink or EntityLink's ApplicationType or
EntityType is currently not installed. This will only occur in the case where an additional plugin that
provides a custom ApplicationType or EntityType is installed, a new link of that custom type is
registered and then the plugin is uninstalled without deleting the link.
- 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 |
TypeNotInstalledException
@Deprecated
public TypeNotInstalledException(String type)
- Deprecated.
TypeNotInstalledException
public TypeNotInstalledException(String type,
String name,
URI rpcUrl)
getType
public String getType()
getName
public String getName()
getRpcUrl
public URI getRpcUrl()
getMessageKey
public String getMessageKey()
Copyright © 2015 Atlassian. All rights reserved.