public class

CommunicationException

extends OperationFailedException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.crowd.exception.runtime.CrowdRuntimeException
           ↳ com.atlassian.crowd.exception.runtime.OperationFailedException
             ↳ com.atlassian.crowd.exception.runtime.CommunicationException

Class Overview

A specific extension of the Runtime OperationFailedException that is thrown when the host application is unable to communicate with the remote User Directory.

Summary

Public Constructors
CommunicationException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CommunicationException (Throwable cause)