Class ScramException

    • Constructor Summary

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

      • Methods inherited from class javax.security.sasl.SaslException

        getCause, initCause, toString
      • Methods inherited from class java.lang.Throwable

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

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

      • ScramException

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

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