public abstract class

CrowdException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.crowd.exception.CrowdException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

CrowdException is the superclass of Crowd-specific exceptions that must be caught.

This allows consumers of Crowd services to catch all checked exceptions with only one catch block.

Summary

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

Public Constructors

public CrowdException ()

public CrowdException (String message)

public CrowdException (String message, Throwable cause)

public CrowdException (Throwable cause)