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:
java.io.Serializable
public class SecurityRuntimeException extends MendixRuntimeException
Defines an exception that is thrown when access to Mendix objects and/or their attributes or associations is denied.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityRuntimeException(java.lang.String message)
Creates an exception with the specified message.
-