Class StartApplicationForbiddenException

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.StartApplicationForbiddenException
All Implemented Interfaces:
Serializable

public class StartApplicationForbiddenException extends AbstractStartForbiddenException
Exception thrown when an authenticated user is attempting to start a application by specifying the project details (project name, version, flow, etc), but does not have the required roles to start the application.
Since:
11.7
Author:
Petru Galanton
See Also:
  • Constructor Details Link icon

    • StartApplicationForbiddenException Link icon

      public StartApplicationForbiddenException(String message, com.blueriq.component.api.IProjectReference projectDetails)
      Creates a new instance.
      Parameters:
      message - the error message
      projectDetails - the details of the project which could not be started
  • Method Details Link icon

    • getProjectDetails Link icon

      public com.blueriq.component.api.IProjectReference getProjectDetails()
      Returns:
      the details of the project which could not be started