Class RevisionNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class RevisionNotFoundException
    extends VcsException
    Error which can be thrown by plugin when revision for some operation is not found. If plugin throws it during an agent-side checkout, TeamCity will add a dedicated problem to a build which can be handled in a special way on the server (e.g. build can be marked as canceled instead of failed to start).
    See Also:
    Serialized Form
    • Constructor Detail

      • RevisionNotFoundException

        public RevisionNotFoundException()
      • RevisionNotFoundException

        public RevisionNotFoundException​(String message)
      • RevisionNotFoundException

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

        public RevisionNotFoundException​(Throwable cause)