Package com.sshtools.agent.exceptions
Class InvalidMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sshtools.common.ssh.SshException
com.sshtools.agent.exceptions.InvalidMessageException
- All Implemented Interfaces:
Serializable
public class InvalidMessageException
extends com.sshtools.common.ssh.SshException
- See Also:
-
Field Summary
Fields inherited from class com.sshtools.common.ssh.SshException
AGENT_ERROR, BAD_API_USAGE, CANCELLED_CONNECTION, CHANNEL_FAILURE, CONNECT_FAILED, CONNECTION_CLOSED, FORWARDING_ERROR, HOST_KEY_ERROR, INTERNAL_ERROR, JCE_ERROR, KEY_EXCHANGE_FAILED, LICENSE_ERROR, MESSAGE_TIMEOUT, POSSIBLE_CORRUPT_FILE, PROMPT_TIMEOUT, PROTOCOL_VIOLATION, PSEUDO_TTY_ERROR, REMOTE_HOST_DISCONNECTED, SCP_TRANSFER_CANCELLED, SESSION_STREAM_ERROR, SHELL_ERROR, SOCKET_TIMEOUT, UNEXPECTED_TERMINATION, UNSUPPORTED_ALGORITHM, UNSUPPORTED_OPERATION
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sshtools.common.ssh.SshException
getCause, getReason
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMessageException
Constructs the message.
- Parameters:
msg
- the error description- Since:
- 0.2.0
-