Class StartShortcutForbiddenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.aquima.web.api.exception.AbstractStartForbiddenException
com.aquima.web.api.exception.StartShortcutForbiddenException
All Implemented Interfaces:
Serializable

public class StartShortcutForbiddenException extends AbstractStartForbiddenException
Exception thrown when an authenticated user is attempting to start a application via a shortcut, but does not have the required roles to start the application.
Since:
11.7
Author:
Petru Galanton
See Also:
  • Constructor Details Link icon

    • StartShortcutForbiddenException Link icon

      public StartShortcutForbiddenException(String message, String shortcutName)
      Creates a new instance.
      Parameters:
      message - the error message
      shortcutName - the name of the shortcut which could not be started
  • Method Details Link icon

    • getShortcutName Link icon

      public String getShortcutName()
      Returns:
      the name of the shortcut which could not be started