Class RVUnauthorizedException

  • All Implemented Interfaces:
    Serializable

    public class RVUnauthorizedException
    extends RuntimeException
    Exception that can be thrown in the implementation of IRVDashboardProvider to indicate the user doesn't have permission to execute the action (for example reading/writing a dashboard).
    See Also:
    Serialized Form
    • Constructor Detail

      • RVUnauthorizedException

        public RVUnauthorizedException()
      • RVUnauthorizedException

        public RVUnauthorizedException​(String message)