Class NetworkMismatchException

All Implemented Interfaces:
Serializable

public class NetworkMismatchException extends RuntimeException
Exception thrown when network passphrase of transaction does not match server's network.
See Also:
  • Constructor Details

    • NetworkMismatchException

      public NetworkMismatchException(Network serverNetwork, Network transactionNetwork)