ilog.rules.teamserver.model.permissions

Class IlrRoleRestrictedPermissionException

  • All Implemented Interfaces:
    java.io.Serializable


    public class IlrRoleRestrictedPermissionException
    extends IlrPermissionException
    A permission exception thrown during an operation that requires the user to have a specific list of roles.
    See Also:
    Serialized Form
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      protected java.lang.String getMessage(IlrSession session, java.util.Locale locale) 
      java.util.List getRoles()
      Gets the list of expected roles.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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
    • Method Detail

      • getRoles

        public java.util.List getRoles()
        Gets the list of expected roles.
        Returns:
        A list of String.
      • getMessage

        protected java.lang.String getMessage(IlrSession session,
                                  java.util.Locale locale)

© Copyright IBM Corp. 1987, 2015