Class IRemoteRepository2.NetworkException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing interface:
    IRemoteRepository2

    public static class IRemoteRepository2.NetworkException
    extends java.lang.Exception
    Network problems. E.g. no internet available.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NetworkException​(java.lang.Throwable ex)  
    • Method Summary

      • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NetworkException

        public NetworkException​(java.lang.Throwable ex)