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 Fehlermeldung
    SrpNotSupportedException​(java.lang.String message, java.lang.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • 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 - Fehlermeldung
      cause - Grund