public class BaseException extends RuntimeException
Framework common base exception
| 构造器和说明 |
|---|
BaseException(int code,
String message)
Constructs a base exception with the specified detail message and code.
|
BaseException(String message)
Constructs a base exception with the specified detail message.
|
BaseException(String message,
Throwable cause) |
BaseException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
BaseException(Throwable cause) |
public BaseException(String message)
message - the detail message.public BaseException(int code,
String message)
code - the exception code.message - the detail message.public BaseException(Throwable cause)
Copyright © 2019. All rights reserved.