public class

InvalidCrowdServiceException

extends OperationFailedException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.crowd.exception.CrowdException
         ↳ com.atlassian.crowd.exception.OperationFailedException
           ↳ com.atlassian.crowd.exception.InvalidCrowdServiceException

Class Overview

Thrown when a Crowd client is not communicating with a valid Crowd service.

Summary

Public Constructors
InvalidCrowdServiceException(String message)
InvalidCrowdServiceException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidCrowdServiceException (String message)

public InvalidCrowdServiceException (String message, Throwable cause)