Class SshChannelInvalidPacketException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.sshd.common.channel.exception.SshChannelException
-
- org.apache.sshd.common.channel.exception.SshChannelInvalidPacketException
-
- All Implemented Interfaces:
java.io.Serializable
,ChannelIdentifier
public class SshChannelInvalidPacketException extends SshChannelException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SshChannelInvalidPacketException(long channelId, java.lang.String message)
SshChannelInvalidPacketException(long channelId, java.lang.String message, java.lang.Throwable cause)
SshChannelInvalidPacketException(long channelId, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.apache.sshd.common.channel.exception.SshChannelException
getChannelId
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SshChannelInvalidPacketException
public SshChannelInvalidPacketException(long channelId, java.lang.String message)
-
SshChannelInvalidPacketException
public SshChannelInvalidPacketException(long channelId, java.lang.Throwable cause)
-
SshChannelInvalidPacketException
public SshChannelInvalidPacketException(long channelId, java.lang.String message, java.lang.Throwable cause)
-
-