public abstract class SshChannelException extends IOException implements ChannelIdentifier
Modifier | Constructor and Description |
---|---|
protected |
SshChannelException(long channelId,
String message) |
protected |
SshChannelException(long channelId,
String message,
Throwable cause) |
protected |
SshChannelException(long channelId,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
long |
getChannelId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected SshChannelException(long channelId, String message)
protected SshChannelException(long channelId, Throwable cause)
public long getChannelId()
getChannelId
in interface ChannelIdentifier
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.