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