public class

OpenFailException

extends ConnectionException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ net.schmizz.sshj.common.SSHException
           ↳ net.schmizz.sshj.connection.ConnectionException
             ↳ net.schmizz.sshj.connection.channel.OpenFailException

Summary

Nested Classes
enum OpenFailException.Reason  
[Expand]
Inherited Constants
From class java.io.IOException
From class java.lang.Exception
From class java.lang.Throwable
Fields
private final String channelType
private final String message
private final OpenFailException.Reason reason
[Expand]
Inherited Fields
From class net.schmizz.sshj.connection.ConnectionException
From class net.schmizz.sshj.common.SSHException
From class java.lang.Throwable
Public Constructors
OpenFailException(String channelType, int reasonCode, String message)
OpenFailException(String channelType, OpenFailException.Reason reason, String message)
Public Methods
String getChannelType()
String getMessage()
OpenFailException.Reason getReason()
String toString()
[Expand]
Inherited Methods
From class net.schmizz.sshj.common.SSHException
From class java.lang.Throwable
From class java.lang.Object

Fields

private final String channelType

private final String message

private final OpenFailException.Reason reason

Public Constructors

public OpenFailException (String channelType, int reasonCode, String message)

Parameters
channelType
reasonCode
message

public OpenFailException (String channelType, OpenFailException.Reason reason, String message)

Parameters
channelType
reason
message

Public Methods

public String getChannelType ()

public String getMessage ()

public OpenFailException.Reason getReason ()

public String toString ()