Class KeePassHttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.seidengarn.keepasshttp.client.exception.KeePassHttpException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KeePassHttpCommunicationException,KeePassHttpNotAssociatedException
public class KeePassHttpException extends Exception
exception while using KeePassHttp-Java-Connector- Author:
- Ralf Seidengarn
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeePassHttpException()KeePassHttpException(String a)KeePassHttpException(String a, Throwable t)KeePassHttpException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-