Class ScramRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScramRuntimeException​(java.lang.String detail)
      Constructs a new instance of ScramRuntimeException with a detailed message.
      ScramRuntimeException​(java.lang.String detail, java.lang.Throwable ex)
      Constructs a new instance of ScramRuntimeException with a detailed message and a root cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ScramRuntimeException

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

        public ScramRuntimeException​(java.lang.String detail,
                                     java.lang.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