public class

OperationFailedException

extends CrowdRuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.crowd.exception.runtime.CrowdRuntimeException
           ↳ com.atlassian.crowd.exception.runtime.OperationFailedException
Known Direct Subclasses

Class Overview

Thrown when an operation failed for some reason.

Summary

Public Constructors
OperationFailedException()
OperationFailedException(String message)
OperationFailedException(String message, Throwable cause)
OperationFailedException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public OperationFailedException ()

public OperationFailedException (String message)

public OperationFailedException (String message, Throwable cause)

public OperationFailedException (Throwable cause)