public class ScpException extends IOException
| Constructor and Description |
|---|
ScpException(Integer exitStatus) |
ScpException(String message) |
ScpException(String message,
Integer exitStatus) |
ScpException(String message,
Throwable cause,
Integer exitStatus) |
ScpException(Throwable cause,
Integer exitStatus) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getExitStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2008–2017 The Apache Software Foundation. All rights reserved.