public class

CommunicationException

extends ServiceException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.stash.exception.ServiceException
           ↳ com.atlassian.stash.exception.CommunicationException

Class Overview

Indicates that there was a problem while trying to communicate with applicationName

Summary

Public Constructors
CommunicationException(KeyedMessage message, String applicationName)
CommunicationException(KeyedMessage message, Throwable cause, String applicationName)
Public Methods
String getApplicationName()
[Expand]
Inherited Methods
From class com.atlassian.stash.exception.ServiceException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CommunicationException (KeyedMessage message, String applicationName)

public CommunicationException (KeyedMessage message, Throwable cause, String applicationName)

Public Methods

public String getApplicationName ()