com.atlassian.studio.repository
Class ApplicationCommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.sal.api.net.ResponseException
com.atlassian.studio.repository.PermissionsSynchronisationException
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
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 |
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)
getApplication
public com.atlassian.applinks.core.Application getApplication()
Copyright © 2002-2012 Atlassian. All Rights Reserved.