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:
java.io.Serializable
public class SrpNotSupportedException extends ConfigurationTaskException
Exception die geworfen wird, wenn die Konfiguration kein SRP unterstützt- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SrpNotSupportedException(java.lang.String message)
Erzeugt eine Instanz mit einer FehlermeldungSrpNotSupportedException(java.lang.String message, java.lang.Throwable cause)
Erzeugt eine Instanz mit einer Fehlermeldung und einem Grund
-
-
-
Constructor Detail
-
SrpNotSupportedException
public SrpNotSupportedException(java.lang.String message)
Erzeugt eine Instanz mit einer Fehlermeldung- Parameters:
message
- Fehlermeldung
-
SrpNotSupportedException
public SrpNotSupportedException(java.lang.String message, java.lang.Throwable cause)
Erzeugt eine Instanz mit einer Fehlermeldung und einem Grund- Parameters:
message
- Fehlermeldungcause
- Grund
-
-