Class NetworkNotFoundException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String networkId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNetworkId()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • networkId

        private final java.lang.String networkId
    • Constructor Detail

      • NetworkNotFoundException

        public NetworkNotFoundException​(java.lang.String networkId,
                                        java.lang.Throwable cause)
      • NetworkNotFoundException

        public NetworkNotFoundException​(java.lang.String networkId)
    • Method Detail

      • getNetworkId

        public java.lang.String getNetworkId()