com.atlassian.crowd.exception
Class UnsupportedCrowdApiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.CrowdException
              extended by com.atlassian.crowd.exception.OperationFailedException
                  extended by com.atlassian.crowd.exception.UnsupportedCrowdApiException
All Implemented Interfaces:
Serializable

public class UnsupportedCrowdApiException
extends OperationFailedException

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

See Also:
Serialized Form

Constructor Summary
UnsupportedCrowdApiException(String requiredVersion, String functionality)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedCrowdApiException

public UnsupportedCrowdApiException(String requiredVersion,
                                    String functionality)


Copyright © 2012 Atlassian. All Rights Reserved.