public class

EntityRuntimeException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.atlassian.confluence.security.EntityRuntimeException

Class Overview

Thrown during a user or group operation where the user or group does not exist

Summary

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

Public Constructors

public EntityRuntimeException (String message)

public EntityRuntimeException (String message, Throwable cause)