public class

OperationNotPermittedException

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

Class Overview

Thrown when the operation is not permitted.

Summary

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

Public Constructors

public OperationNotPermittedException ()

public OperationNotPermittedException (String message)

public OperationNotPermittedException (String message, Throwable cause)

public OperationNotPermittedException (Throwable cause)