Class InfobaseUserNoAccessRightException

    • Constructor Detail

      • InfobaseUserNoAccessRightException

        public InfobaseUserNoAccessRightException​(String message)
        Creates an instance of InfobaseUserNoAccessRightException based on the provided message.
        Parameters:
        message - the exception message, cannot be null
      • InfobaseUserNoAccessRightException

        public InfobaseUserNoAccessRightException​(String message,
                                                  Throwable cause)
        Creates an instance of InfobaseUserNoAccessRightException based on the provided message and cause throwable.
        Parameters:
        message - the exception message, cannot be null
        cause - the cause throwable, cannot be null
      • InfobaseUserNoAccessRightException

        public InfobaseUserNoAccessRightException​(String message,
                                                  Throwable cause,
                                                  String version)
        Creates an instance of InfobaseUserNoAccessRightException based on the provided message, cause throwable and runtime version.
        Parameters:
        message - the exception message, cannot be null
        cause - the cause throwable, cannot be null
        version - the 1C:Enterprise platform version, cannot be null