com.ibm.commons.log
Class LogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.commons.util.AbstractException
              extended by com.ibm.commons.log.LogException
All Implemented Interfaces:
IExceptionEx, java.io.Serializable

public class LogException
extends AbstractException

Logging Exception.

This exception is thrown by the logging functions.

See Also:
Serialized Form

Constructor Summary
LogException(java.lang.Throwable nextException)
           
LogException(java.lang.Throwable nextException, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.ibm.commons.util.AbstractException
getCause, initCause, printExtraInformation, printExtraInformation
 
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(java.lang.Throwable nextException)

LogException

public LogException(java.lang.Throwable nextException,
                    java.lang.String message)
Parameters:
message -