Package org.apache.sshd.scp.common
Class ScpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.sshd.scp.common.ScpException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionScpException
(Integer exitStatus) ScpException
(String message) ScpException
(String message, Integer exitStatus) ScpException
(String message, Throwable cause, Integer exitStatus) ScpException
(Throwable cause, Integer exitStatus) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
exitStatus
-
-
Constructor Details
-
ScpException
-
ScpException
-
ScpException
-
ScpException
-
ScpException
-
-
Method Details
-
getExitStatus
-