Package com.mendix.core.objectmanagement
Class SecurityRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mendix.systemwideinterfaces.MendixRuntimeException
com.mendix.core.objectmanagement.SecurityRuntimeException
- All Implemented Interfaces:
Serializable
Defines an exception that is thrown when access to Mendix objects and/or their attributes or associations is denied.
- See Also:
-
Constructor Summary
ConstructorDescriptionSecurityRuntimeException
(String message) Creates an exception with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SecurityRuntimeException
Creates an exception with the specified message.- Parameters:
message
- the exception message
-