Class 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:
  • Constructor Details

    • OperationFailedException

      public OperationFailedException()
    • OperationFailedException

      public OperationFailedException(Throwable cause)
    • OperationFailedException

      public OperationFailedException(String message)
    • OperationFailedException

      public OperationFailedException(String message, Throwable cause)