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_NAMEFields 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
getResourceBundleMethods inherited from class org.craftercms.commons.i10n.AbstractI10nRuntimeException
getMessageMethods 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
-