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, toString
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.