public class ScpException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
exitStatus |
private static long |
serialVersionUID |
Constructor and Description |
---|
ScpException(java.lang.Integer exitStatus) |
ScpException(java.lang.String message) |
ScpException(java.lang.String message,
java.lang.Integer exitStatus) |
ScpException(java.lang.String message,
java.lang.Throwable cause,
java.lang.Integer exitStatus) |
ScpException(java.lang.Throwable cause,
java.lang.Integer exitStatus) |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getExitStatus() |
private static final long serialVersionUID
private final java.lang.Integer exitStatus
public ScpException(java.lang.String message)
public ScpException(java.lang.Integer exitStatus)
public ScpException(java.lang.String message, java.lang.Integer exitStatus)
public ScpException(java.lang.Throwable cause, java.lang.Integer exitStatus)
public ScpException(java.lang.String message, java.lang.Throwable cause, java.lang.Integer exitStatus)