de.bsvrz.dav.daf.main
Class InconsistentLoginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.bsvrz.dav.daf.main.InconsistentLoginException
All Implemented Interfaces:
Serializable

public class InconsistentLoginException
extends Exception

Authentifizierungsausnahme, die bei einem fehlgeschlagenen Authentifizierungsversuch generiert wird.

Author:
Kappich Systemberatung
See Also:
Serialized Form

Constructor Summary
InconsistentLoginException(String message)
          Erzeugt eine neue Authentifizierungsausnahme mit der spezifizierten Fehlernachricht.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InconsistentLoginException

public InconsistentLoginException(String message)
Erzeugt eine neue Authentifizierungsausnahme mit der spezifizierten Fehlernachricht.

Parameters:
message - Fehlernachricht