public static class AQBPLogger.QBPConfigException
extends java.lang.Exception
Constructor and Description |
---|
QBPConfigException(java.lang.String msg)
Throw exception with no underlying cause.
|
QBPConfigException(java.lang.String msg,
java.lang.Throwable cause)
Throw exception with an underlying cause.
|
public QBPConfigException(java.lang.String msg)
msg
- the exception message.public QBPConfigException(java.lang.String msg, java.lang.Throwable cause)
msg
- the exception message.cause
- the thrown exception that caused this exception.