Class ScramRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ongres.scram.common.exception.ScramRuntimeException
All Implemented Interfaces:
Serializable

public class ScramRuntimeException extends RuntimeException
This class represents an error when using SCRAM, which is a SASL method.
See Also:
  • Field Details

  • Constructor Details

    • ScramRuntimeException

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

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