Class ScramServerErrorException

    • Constructor Detail

      • ScramServerErrorException

        public ScramServerErrorException​(ServerFinalMessage.Error error)
        Constructs a new instance of ScramServerErrorException with a detailed message.
        Parameters:
        error - The SCRAM error in the message
      • ScramServerErrorException

        public ScramServerErrorException​(ServerFinalMessage.Error error,
                                         Throwable ex)
        Constructs a new instance of ScramServerErrorException with a detailed message and a root cause.
        Parameters:
        error - The SCRAM error in the message
        ex - The root exception