public class LogConfigurationException extends RuntimeException
Title: 常用代码打包
Description:
An exception that is thrown only if a suitable LogFactory
or Log instance cannot be created by the corresponding
factory methods.
Copyright: Copyright (c) 2006
Company: www.justdos.net
| 构造器和说明 |
|---|
LogConfigurationException()
Construct a new exception with
null as its detail message. |
LogConfigurationException(String message)
Construct a new exception with the specified detail message.
|
LogConfigurationException(String message,
Throwable cause)
Construct a new exception with the specified detail message and cause.
|
LogConfigurationException(Throwable cause)
Construct a new exception with the specified cause and a derived
detail message.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
getCause()
Return the underlying cause of this exception (if any).
|
protected Throwable cause
public LogConfigurationException()
null as its detail message.public LogConfigurationException(String message)
message - The detail messagepublic LogConfigurationException(Throwable cause)
cause - The underlying causeCopyright © 2023 onecode. All rights reserved.