Package net.schmizz.sshj.xfer.scp
Class SCPRemoteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- net.schmizz.sshj.common.SSHException
-
- net.schmizz.sshj.xfer.scp.SCPException
-
- net.schmizz.sshj.xfer.scp.SCPRemoteException
-
- All Implemented Interfaces:
java.io.Serializable
public class SCPRemoteException extends SCPException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
remoteMessage
-
Fields inherited from class net.schmizz.sshj.common.SSHException
chainer
-
-
Constructor Summary
Constructors Constructor Description SCPRemoteException(java.lang.String message, java.lang.String remoteMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRemoteMessage()
-
Methods inherited from class net.schmizz.sshj.common.SSHException
getDisconnectReason, getMessage, toString
-
-