Class VcsFileNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class VcsFileNotFoundException
    extends VcsException
    Exception is thrown during requesting some VCS file operation when the target file isn't found.
    Since:
    5.0
    See Also:
    Serialized Form
    • Constructor Detail

      • VcsFileNotFoundException

        public VcsFileNotFoundException()
      • VcsFileNotFoundException

        public VcsFileNotFoundException​(String message)
      • VcsFileNotFoundException

        public VcsFileNotFoundException​(String message,
                                        Throwable cause)
      • VcsFileNotFoundException

        public VcsFileNotFoundException​(Throwable cause)