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
public class ScpException extends IOException
- Author:
- Apache MINA SSHD Project
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScpException(Integer exitStatus)
ScpException(String message)
ScpException(String message, Integer exitStatus)
ScpException(String message, Throwable cause, Integer exitStatus)
ScpException(Throwable cause, Integer exitStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getExitStatus()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-