NavigationTransactionRecorder.TransactionException

  • NavigationTransactionRecorder.TransactionException is a custom exception indicating an issue when recording a navigation transaction due to invalid input.

  • It provides a constructor to include a specific error message detailing the problem.

  • This exception inherits standard methods from Throwable for handling and reporting errors, like getting the error message or stack trace.

  • Developers can use the specificError parameter in the constructor to provide more context about the invalid input causing the exception.

public static class NavigationTransactionRecorder.TransactionException extends Exception

An exception thrown when trying to record a transaction with invalid input.

Public Constructor Summary

TransactionException(String specificError)

Inherited Method Summary

Public Constructors

public TransactionException (String specificError)

Parameters
specificError