ca.uhn.hl7v2
Class LogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.uhn.hl7v2.LogException
All Implemented Interfaces:
java.io.Serializable

Deprecated. MUST USE jakarta-commons-logging

public class LogException
extends java.lang.Exception

A problem opening, reading, or writing to a Log.

Author:
Bryan Tripp (bryan_tripp@sourceforge.net)
See Also:
Serialized Form

Constructor Summary
LogException()
          Deprecated. Creates new LogException without detail message.
LogException(java.lang.String msg)
          Deprecated. Constructs a LogException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogException

public LogException()
Deprecated. 
Creates new LogException without detail message.


LogException

public LogException(java.lang.String msg)
Deprecated. 
Constructs a LogException with the specified detail message.



Copyright © 2001-2011 University Health Network. All Rights Reserved.