Class SRP6Exception

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.sys.funclib.srp6.SRP6Exception
All Implemented Interfaces:
Serializable

public class SRP6Exception extends Exception
Secure Remote Password (SRP-6a) exception.
See Also:
  • Constructor Details

    • SRP6Exception

      public SRP6Exception(String message, SRP6Exception.CauseType cause)
      Creates a new Secure Remote Password (SRP-6a) exception with the specified message.
      Parameters:
      message - The exception message.
      cause - The exception cause type. Must not be null.
  • Method Details

    • getCauseType

      public SRP6Exception.CauseType getCauseType()
      Gets the cause type for this exception.
      Returns:
      The exception cause type.