public class

TypeNotInstalledException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.applinks.api.TypeNotInstalledException

Class Overview

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.

Summary

Public Constructors
TypeNotInstalledException(String type)
Public Methods
String getMessageKey()
String getType()
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public TypeNotInstalledException (String type)

Public Methods

public String getMessageKey ()

public String getType ()