Class ScramInvalidServerSignatureException

    • Constructor Detail

      • ScramInvalidServerSignatureException

        public ScramInvalidServerSignatureException​(String detail)
        Constructs a new instance of ScramInvalidServerSignatureException with a detailed message.
        Parameters:
        detail - A String containing details about the exception
      • ScramInvalidServerSignatureException

        public ScramInvalidServerSignatureException​(String detail,
                                                    Throwable ex)
        Constructs a new instance of ScramInvalidServerSignatureException with a detailed message and a root cause.
        Parameters:
        detail - A String containing details about the exception
        ex - The root exception