public class UnSupportedLoggerException extends Exception
| 构造器和说明 |
|---|
UnSupportedLoggerException()
create an instances with no message about why the Exception was thrown.
|
UnSupportedLoggerException(String str)
create an instance with a message about why the Exception was thrown.
|
public UnSupportedLoggerException()
public UnSupportedLoggerException(String str)
str - A detailed message explaining the reason for the Exception.Copyright © 2020. All rights reserved.