Class UnsupportedChannelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sshtools.common.ssh.UnsupportedChannelException
All Implemented Interfaces:
Serializable

public class UnsupportedChannelException extends Exception
See Also:
  • Constructor Details

    • UnsupportedChannelException

      public UnsupportedChannelException()
    • UnsupportedChannelException

      public UnsupportedChannelException(String message)
    • UnsupportedChannelException

      public UnsupportedChannelException(Throwable cause)
    • UnsupportedChannelException

      public UnsupportedChannelException(String message, Throwable cause)