public class

OperationNotSupportedException

extends OperationFailedException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.crowd.exception.CrowdException
         ↳ com.atlassian.crowd.exception.OperationFailedException
           ↳ com.atlassian.crowd.exception.OperationNotSupportedException

Class Overview

Checked exception thrown if the requested operation is not supported.

Summary

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

Public Constructors

public OperationNotSupportedException ()

public OperationNotSupportedException (Throwable cause)

public OperationNotSupportedException (String message)

public OperationNotSupportedException (String message, Throwable cause)