Class PatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- jetbrains.buildServer.vcs.patches.PatchException
-
- All Implemented Interfaces:
Serializable
public class PatchException extends IOException
- Author:
- Eugene Petrenko Created: 28.04.2009 17:49:37
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PatchException(String message)
PatchException(String message, Exception cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-