Class IRemoteRepository2.BadRepositoryException

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

    public static class IRemoteRepository2.BadRepositoryException
    extends java.lang.Exception
    Given repository does not exist on the remote machine
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BadRepositoryException​(java.lang.String message)  
    • 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

      • BadRepositoryException

        public BadRepositoryException​(java.lang.String message)