Uses of Class
net.seidengarn.keepasshttp.client.exception.KeePassHttpException
-
Packages that use KeePassHttpException Package Description net.seidengarn.keepasshttp.client net.seidengarn.keepasshttp.client.exception -
-
Uses of KeePassHttpException in net.seidengarn.keepasshttp.client
Methods in net.seidengarn.keepasshttp.client that throw KeePassHttpException Modifier and Type Method Description KeePassLoginKeePassHttpConnector. getLogin(String url)Gets a login for the specified URL or throws an exception if it does not exist or is not uniquely identified.List<KeePassLogin>KeePassHttpConnector. getLogins(String url, String submitUrl)Gets a list of logins available for the specified URL -
Uses of KeePassHttpException in net.seidengarn.keepasshttp.client.exception
Subclasses of KeePassHttpException in net.seidengarn.keepasshttp.client.exception Modifier and Type Class Description classKeePassHttpCommunicationExceptionexception while using KeePassHttp-Java-Connector when the communication not succeededclassKeePassHttpNotAssociatedExceptionexception while using KeePassHttp-Java-Connector when the provided credentials are not associated
-