com.atlassian.studio.repository
Class ApplicationCommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.sal.api.net.ResponseException
              extended by com.atlassian.studio.repository.PermissionsSynchronisationException
                  extended by com.atlassian.studio.repository.ApplicationCommunicationException
All Implemented Interfaces:
Serializable

public class ApplicationCommunicationException
extends PermissionsSynchronisationException

Some unclassified error occurred communicating with a remote application

See Also:
Serialized Form

Constructor Summary
ApplicationCommunicationException(com.atlassian.applinks.core.Application application, String message)
           
ApplicationCommunicationException(com.atlassian.applinks.core.Application application, String message, Throwable cause)
           
ApplicationCommunicationException(com.atlassian.applinks.core.Application application, Throwable throwable)
           
 
Method Summary
 com.atlassian.applinks.core.Application getApplication()
           
 
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

ApplicationCommunicationException

public ApplicationCommunicationException(com.atlassian.applinks.core.Application application,
                                         String message,
                                         Throwable cause)

ApplicationCommunicationException

public ApplicationCommunicationException(com.atlassian.applinks.core.Application application,
                                         String message)

ApplicationCommunicationException

public ApplicationCommunicationException(com.atlassian.applinks.core.Application application,
                                         Throwable throwable)
Method Detail

getApplication

public com.atlassian.applinks.core.Application getApplication()


Copyright © 2002-2012 Atlassian. All Rights Reserved.