Package com.tibco.patterns.qbp
Class AQBPLogger.QBPConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.tibco.patterns.qbp.AQBPLogger.QBPConfigException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AQBPLogger
public static class AQBPLogger.QBPConfigException extends java.lang.ExceptionException thrown if in exception mode for configuration errors.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
-
-
Constructor Detail
-
QBPConfigException
public QBPConfigException(java.lang.String msg)
Throw exception with no underlying cause.- Parameters:
msg- the exception message.
-
QBPConfigException
public QBPConfigException(java.lang.String msg, java.lang.Throwable cause)Throw exception with an underlying cause.- Parameters:
msg- the exception message.cause- the thrown exception that caused this exception.
-
-