Class NetworkNotFoundException

All Implemented Interfaces:
Serializable

public class NetworkNotFoundException extends NotFoundException
See Also:
  • Field Details

    • networkId

      private final String networkId
  • Constructor Details

    • NetworkNotFoundException

      public NetworkNotFoundException(String networkId, Throwable cause)
    • NetworkNotFoundException

      public NetworkNotFoundException(String networkId)
  • Method Details

    • getNetworkId

      public String getNetworkId()