net.larsan.norna.service.log
Class LogException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.larsan.norna.util.NestedException
                    |
                    +--net.larsan.norna.service.log.LogException
All Implemented Interfaces:
java.io.Serializable

public class LogException
extends NestedException

A log exception is a nested exception used by the log package to signal an error some where in the log chain.

Version:
Alpha-0.2 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
Serialized Form

Constructor Summary
LogException(java.lang.String msg)
          Create new log exception.
LogException(java.lang.String msg, java.lang.Throwable th)
          Create new log exception.
 
Methods inherited from class net.larsan.norna.util.NestedException
getMessage, getNestedException, getNestedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, 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.String msg,
                    java.lang.Throwable th)
Create new log exception.

Parameters:
msg - Exception string message

LogException

public LogException(java.lang.String msg)
Create new log exception.

Parameters:
msg - Exception string message