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