public class JschRuntimeException extends RuntimeException
| 构造器和说明 |
|---|
JschRuntimeException(String message) |
JschRuntimeException(String messageTemplate,
Object... params) |
JschRuntimeException(String message,
Throwable throwable) |
JschRuntimeException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
JschRuntimeException(Throwable e) |
JschRuntimeException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2023. All rights reserved.