Class ActionsDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.commons.i10n.AbstractI10nRuntimeException
org.craftercms.commons.security.exception.SecurityException
org.craftercms.commons.security.exception.PermissionException
org.craftercms.studio.api.v2.exception.security.ActionsDeniedException
- All Implemented Interfaces:
Serializable
public class ActionsDeniedException
extends org.craftercms.commons.security.exception.PermissionException
- See Also:
-
Field Summary
Fields inherited from class org.craftercms.commons.security.exception.SecurityException
BUNDLE_NAME
Fields inherited from class org.craftercms.commons.i10n.AbstractI10nRuntimeException
args, key
-
Constructor Summary
ConstructorsConstructorDescriptionActionsDeniedException
(String message) ActionsDeniedException
(String message, Exception e) -
Method Summary
Methods inherited from class org.craftercms.commons.security.exception.SecurityException
getResourceBundle
Methods inherited from class org.craftercms.commons.i10n.AbstractI10nRuntimeException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActionsDeniedException
public ActionsDeniedException() -
ActionsDeniedException
-
ActionsDeniedException
-
ActionsDeniedException
-