Class PvLoggerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.service.pvlogger.PvLoggerException
All Implemented Interfaces:
Serializable

public class PvLoggerException extends Exception
Exception thrown for a general runtime error involving the PV logger tools.
Since:
Mar 19, 2010
Author:
Christopher K. Allen
See Also:
  • Constructor Details

    • PvLoggerException

      public PvLoggerException()
      Create a new PvLoggerException object.
      Since:
      Mar 19, 2010
    • PvLoggerException

      public PvLoggerException(String strMsg)
      Create a new PvLoggerException object.
      Parameters:
      strMsg - message describing the runtime error
      Since:
      Mar 19, 2010
    • PvLoggerException

      public PvLoggerException(Throwable excSrc)
      Create a new PvLoggerException object.
      Parameters:
      excSrc - the source exception if this except is one of a chain
      Since:
      Mar 19, 2010
    • PvLoggerException

      public PvLoggerException(String strMsg, Throwable excSrc)
      Create a new PvLoggerException object.
      Parameters:
      strMsg - message describing the runtime error
      excSrc - the source exception if this except is one of a chain
      Since:
      Mar 19, 2010