com.atlassian.crowd.exception
Class OperationFailedException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DirectoryInstantiationException, InvalidCrowdServiceException, OperationNotSupportedException, UnsupportedCrowdApiException

public class OperationFailedException
extends CrowdException

Represents an error when executing an operation on the remote directory failed for some reason. E.g. network error, LDAP errors.

See Also:
Serialized Form

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

OperationFailedException

public OperationFailedException()

OperationFailedException

public OperationFailedException(Throwable cause)

OperationFailedException

public OperationFailedException(String message)

OperationFailedException

public OperationFailedException(String message,
                                Throwable cause)


Copyright © 2014 Atlassian. All Rights Reserved.