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:
java.io.Serializable

public class TypeNotInstalledException
extends java.lang.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(java.lang.String type)
           
 
Method Summary
 java.lang.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

public TypeNotInstalledException(java.lang.String type)
Method Detail

getType

public java.lang.String getType()


Copyright © 2011 Atlassian. All Rights Reserved.