public class

UnsupportedCrowdApiException

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.UnsupportedCrowdApiException

Class Overview

Failure because this API call is only supported by a later version of Crowd.

Summary

Public Constructors
UnsupportedCrowdApiException(String requiredVersion, String functionality)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnsupportedCrowdApiException (String requiredVersion, String functionality)