com.atlassian.crowd.exception
Class InvalidCrowdServiceException

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.InvalidCrowdServiceException
All Implemented Interfaces:
Serializable

public class InvalidCrowdServiceException
extends OperationFailedException

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

Since:
v2.1
See Also:
Serialized Form

Constructor Summary
InvalidCrowdServiceException(String message)
           
InvalidCrowdServiceException(String message, Throwable cause)
           
 
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

InvalidCrowdServiceException

public InvalidCrowdServiceException(String message)

InvalidCrowdServiceException

public InvalidCrowdServiceException(String message,
                                    Throwable cause)


Copyright © 2012 Atlassian. All Rights Reserved.