Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.commons.i10n.AbstractI10nRuntimeException
org.craftercms.commons.security.exception.SecurityException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PermissionException
RuntimeException version of SecurityException.- Author:
- avasquez
- See Also:
-
Field Summary
FieldsFields inherited from class org.craftercms.commons.i10n.AbstractI10nRuntimeException
args, key -
Constructor Summary
ConstructorsConstructorDescriptionSecurityException(String key, Object... args) SecurityException(String key, Throwable cause, Object... args) SecurityException(Throwable cause) -
Method Summary
Methods 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
-
Field Details
-
BUNDLE_NAME
- See Also:
-
-
Constructor Details
-
SecurityException
public SecurityException() -
SecurityException
-
SecurityException
-
SecurityException
-
-
Method Details
-
getResourceBundle
- Specified by:
getResourceBundlein classAbstractI10nRuntimeException
-