public class LettuceException extends RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
|
LettuceException() |
|
LettuceException(String message) |
|
LettuceException(String message,
Throwable cause) |
protected |
LettuceException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
LettuceException(Throwable cause) |
public LettuceException()
public LettuceException(String message)
public LettuceException(String message, Throwable cause)
public LettuceException(Throwable cause)
protected LettuceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Copyright © 2024. All rights reserved.