public class LambdaInvokeException extends RuntimeException
| 构造器和说明 |
|---|
LambdaInvokeException(String message)
Constructs a new runtime exception with the specified detail message.
|
LambdaInvokeException(Throwable cause)
Constructor for LambdaInvokeException.
|
public LambdaInvokeException(Throwable cause)
Constructor for LambdaInvokeException.
cause - a Throwable objectpublic LambdaInvokeException(String message)
Throwable.initCause(java.lang.Throwable).message - the detail message. The detail message is saved for
later retrieval by the Throwable.getMessage() method.Copyright © 2023 dromara. All rights reserved.