Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SecurityRuntimeException

        public SecurityRuntimeException​(java.lang.String message)
        Creates an exception with the specified message.
        Parameters:
        message - the exception message