Serialized Form
-
Package io.gem.api
-
Exception Class io.gem.api.SshCommandException
class SshCommandException extends IOException implements Serializable-
Serialized Fields
-
host
String host
Remote host on which command execution failed. -
response
SshResponse response
Bounded command output retained before the failure. -
timeout
boolean timeout
Whether command execution exceeded its deadline.
-
-
-
-
Package io.gem.exception
-
Exception Class io.gem.exception.SbkGemParameterException
class SbkGemParameterException extends IllegalArgumentException implements Serializable
-