public class SeaTunnelException extends RuntimeException
| 构造器和说明 |
|---|
SeaTunnelException()
Constructs a new
SeaTunnelException without specified detail message. |
SeaTunnelException(String msg)
Constructs a new
SeaTunnelException with specified detail message. |
SeaTunnelException(String msg,
Throwable cause)
Constructs a new
SeaTunnelException with specified detail message and nested Throwable. |
SeaTunnelException(Throwable cause)
Constructs a new
SeaTunnelException with specified nested Throwable. |
public SeaTunnelException()
SeaTunnelException without specified detail message.public SeaTunnelException(String msg)
SeaTunnelException with specified detail message.msg - The error message.public SeaTunnelException(Throwable cause)
SeaTunnelException with specified nested Throwable.cause - The Exception or Error that caused this exception to be thrown.Copyright © 2024 The Apache Software Foundation. All rights reserved.