com.atlassian.applinks.api
Class TypeNotInstalledException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
TypeNotInstalledException(String type)
          Deprecated. 
TypeNotInstalledException(String type, String name, URI rpcUrl)
           
 
Method Summary
 String getMessageKey()
           
 String getName()
           
 URI getRpcUrl()
           
 String getType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

TypeNotInstalledException

@Deprecated
public TypeNotInstalledException(String type)
Deprecated. 


TypeNotInstalledException

public TypeNotInstalledException(String type,
                                 String name,
                                 URI rpcUrl)
Method Detail

getType

public String getType()

getName

public String getName()

getRpcUrl

public URI getRpcUrl()

getMessageKey

public String getMessageKey()


Copyright © 2015 Atlassian. All rights reserved.