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