Package org.wikidata.wdtk.wikibaseapi
Class LoginFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wikidata.wdtk.wikibaseapi.LoginFailedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NeedLoginTokenException
This exception is thrown when a login was not successful.
- Author:
- Michael Guenther
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoginFailedException(String message) LoginFailedException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoginFailedException
-
LoginFailedException
-