Class UnsuccessfulPatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- jetbrains.buildServer.vcs.patches.UnsuccessfulPatchException
-
- All Implemented Interfaces:
Serializable
public class UnsuccessfulPatchException extends IOException
Patch process throws this exception if some problem (for example, getting files from the version control) occurred during the patch process.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsuccessfulPatchException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsuccessfulPatchException
public UnsuccessfulPatchException(String s)
-
-