Class SrpNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.dav.daf.main.config.ConfigurationTaskException
de.bsvrz.dav.daf.communication.srpAuthentication.SrpNotSupportedException
All Implemented Interfaces:
Serializable

public class SrpNotSupportedException extends ConfigurationTaskException
Exception die geworfen wird, wenn die Konfiguration kein SRP unterstützt
See Also:
  • Constructor Details

    • SrpNotSupportedException

      public SrpNotSupportedException(String message)
      Erzeugt eine Instanz mit einer Fehlermeldung
      Parameters:
      message - Fehlermeldung
    • SrpNotSupportedException

      public SrpNotSupportedException(String message, Throwable cause)
      Erzeugt eine Instanz mit einer Fehlermeldung und einem Grund
      Parameters:
      message - Fehlermeldung
      cause - Grund