Package com.aresstack.keepassrpc.pairing
Class KeePassRpcPairingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aresstack.keepassrpc.pairing.KeePassRpcPairingException
- All Implemented Interfaces:
Serializable
Exception thrown when a KeePassRPC pairing step fails.
In addition to the human-readable message, the exception contains the endpoint
that failed and a stable KeePassRpcPairingFailureReason for UI and
diagnostic handling.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeePassRpcPairingException(KeePassRpcPairingFailureReason reason, KeePassRpcEndpoint endpoint, String message) KeePassRpcPairingException(KeePassRpcPairingFailureReason reason, KeePassRpcEndpoint endpoint, String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KeePassRpcPairingException
public KeePassRpcPairingException(KeePassRpcPairingFailureReason reason, KeePassRpcEndpoint endpoint, String message) -
KeePassRpcPairingException
public KeePassRpcPairingException(KeePassRpcPairingFailureReason reason, KeePassRpcEndpoint endpoint, String message, Throwable cause)
-
-
Method Details
-
getReason
-
getEndpoint
-