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
Exception die geworfen wird, wenn die Konfiguration kein SRP unterstützt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSrpNotSupportedException
(String message) Erzeugt eine Instanz mit einer FehlermeldungSrpNotSupportedException
(String message, Throwable cause) Erzeugt eine Instanz mit einer Fehlermeldung und einem Grund -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SrpNotSupportedException
Erzeugt eine Instanz mit einer Fehlermeldung- Parameters:
message
- Fehlermeldung
-
SrpNotSupportedException
Erzeugt eine Instanz mit einer Fehlermeldung und einem Grund- Parameters:
message
- Fehlermeldungcause
- Grund
-