Class VcsFileNotFoundException

  • All Implemented Interfaces:
    java.io.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
    • 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

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

      • VcsFileNotFoundException

        public VcsFileNotFoundException()
      • VcsFileNotFoundException

        public VcsFileNotFoundException​(java.lang.String message)
      • VcsFileNotFoundException

        public VcsFileNotFoundException​(java.lang.String message,
                                        java.lang.Throwable cause)
      • VcsFileNotFoundException

        public VcsFileNotFoundException​(java.lang.Throwable cause)