Class SshChannelInvalidPacketException

All Implemented Interfaces:
Serializable, ChannelIdentifier

public class SshChannelInvalidPacketException extends SshChannelException
Author:
Apache MINA SSHD Project
See Also:
  • Constructor Details

    • SshChannelInvalidPacketException

      public SshChannelInvalidPacketException(long channelId, String message)
    • SshChannelInvalidPacketException

      public SshChannelInvalidPacketException(long channelId, Throwable cause)
    • SshChannelInvalidPacketException

      public SshChannelInvalidPacketException(long channelId, String message, Throwable cause)