public class BaseException extends RuntimeException
| 构造器和说明 |
|---|
BaseException() |
BaseException(String msg,
Object... args)
|
BaseException(String msg,
Throwable cause,
Object... args)
|
BaseException(Throwable cause) |
Copyright © 2017. All rights reserved.