Class ScramInvalidServerSignatureException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ScramInvalidServerSignatureException
    extends ScramException
    This class represents an error when parsing SCRAM messages
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ScramInvalidServerSignatureException​(java.lang.String detail)
      Constructs a new instance of ScramInvalidServerSignatureException with a detailed message.
      ScramInvalidServerSignatureException​(java.lang.String detail, java.lang.Throwable ex)
      Constructs a new instance of ScramInvalidServerSignatureException 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

      • ScramInvalidServerSignatureException

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

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