SEP24TransactionNotFoundException
extends Exception
in package
Exception thrown when a requested SEP-24 transaction cannot be found.
This exception is raised when the anchor service returns HTTP 404 Not Found for a transaction query, indicating that no transaction exists with the specified identifier. This can occur when:
- The transaction ID is invalid or malformed
- The transaction does not belong to the authenticated user
- The transaction has been purged from the anchor's system
- The transaction never existed
HTTP Status: 404 Not Found
Client Handling:
- Verify the transaction ID is correct and not corrupted
- Check that the authenticated account has access to this transaction
- Do not retry the same request as the result will not change
- Consider the transaction ID may be from a different anchor service
- Check application logic for transaction ID storage and retrieval errors