Class InfobaseUserAuthenticationException

    • Constructor Detail

      • InfobaseUserAuthenticationException

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

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

        public InfobaseUserAuthenticationException​(String message,
                                                   Throwable cause,
                                                   String version)
        Creates an instance of InfobaseUserAuthenticationException 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