public class PvLoggerException
extends java.lang.Exception
| Constructor and Description |
|---|
PvLoggerException()
Create a new
PvLoggerException object. |
PvLoggerException(java.lang.String strMsg)
Create a new
PvLoggerException object. |
PvLoggerException(java.lang.String strMsg,
java.lang.Throwable excSrc)
Create a new
PvLoggerException object. |
PvLoggerException(java.lang.Throwable excSrc)
Create a new
PvLoggerException object. |
public PvLoggerException()
PvLoggerException object.public PvLoggerException(java.lang.String strMsg)
PvLoggerException object.strMsg - message describing the runtime errorpublic PvLoggerException(java.lang.Throwable excSrc)
PvLoggerException object.excSrc - the source exception if this except is one of a chainpublic PvLoggerException(java.lang.String strMsg,
java.lang.Throwable excSrc)
PvLoggerException object.strMsg - message describing the runtime errorexcSrc - the source exception if this except is one of a chain