Class SshChannelNotFoundException

All Implemented Interfaces:
Serializable

public class SshChannelNotFoundException extends SshChannelException
See Also:
  • Field Details

  • Constructor Details

    • SshChannelNotFoundException

      public SshChannelNotFoundException(int channelId, String message)
    • SshChannelNotFoundException

      public SshChannelNotFoundException(int channelId, Throwable cause)
    • SshChannelNotFoundException

      public SshChannelNotFoundException(int channelId, String message, Throwable cause)