public class SshAgentFailure extends AgentMessage
Constructor and Description |
---|
SshAgentFailure()
Creates a new SshAgentFailure object.
|
SshAgentFailure(int errorcode)
Creates a new SshAgentFailure object.
|
Modifier and Type | Method and Description |
---|---|
void |
constructByteArray(ByteArrayWriter baw) |
void |
constructMessage(ByteArrayReader bar) |
int |
getErrorCode() |
String |
getMessageName() |
fromByteArray, getMessageType, toByteArray
public SshAgentFailure()
public SshAgentFailure(int errorcode)
errorcode
- public String getMessageName()
getMessageName
in class AgentMessage
public int getErrorCode()
public void constructByteArray(ByteArrayWriter baw) throws IOException, InvalidMessageException
constructByteArray
in class AgentMessage
baw
- IOException
com.sshtools.j2ssh.transport.InvalidMessageException
- DOCUMENT
ME!InvalidMessageException
public void constructMessage(ByteArrayReader bar) throws IOException, InvalidMessageException
constructMessage
in class AgentMessage
bar
- IOException
com.sshtools.j2ssh.transport.InvalidMessageException
- DOCUMENT
ME!InvalidMessageException
Copyright © 2024. All rights reserved.