Class UnknownVcsException

    • Constructor Detail

      • UnknownVcsException

        public UnknownVcsException​(String vcsName,
                                   String message)
        Create exception instance.
        Parameters:
        vcsName - VCS plugin name
        message - error message.
      • UnknownVcsException

        public UnknownVcsException​(VcsRoot vcsRoot,
                                   String message)
        Constructor
        Parameters:
        vcsRoot - VCS root with reference to unknown VCS plugin
        message - error message
    • Method Detail

      • getVcsName

        @Nullable
        public String getVcsName()
      • getVcsRoot

        @Nullable
        public VcsRoot getVcsRoot()