public class PatchException extends IOException
| Constructor and Description |
|---|
PatchException()
Creates a new instance of
PatchException without detail message. |
PatchException(String msg)
Constructs an instance of
PatchException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PatchException()
PatchException without detail message.public PatchException(String msg)
PatchException with the specified detail message.msg - the detail message.