com.ls.service.log
Class LogException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ls.BaseException
                    |
                    +--com.ls.service.log.LogException
All Implemented Interfaces:
Serializable

public class LogException
extends BaseException

log exception handling class

Version:
$Revision: 1.1 $
Author:
Last modified by $Author: JBogenschuetz $
See Also:
Serialized Form

Fields inherited from class com.ls.BaseException
innerThrowable
 
Constructor Summary
LogException()
          Creates a LogException with no specified detail message.
LogException(String description)
          Creates a LogException with the specified detail message.
LogException(String description, Throwable throwable)
          Creates a BaseException with the specified detail message and nested exception.
 
Methods inherited from class com.ls.BaseException
getMessage, getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogException

public LogException()
Creates a LogException with no specified detail message.

LogException

public LogException(String description)
Creates a LogException with the specified detail message.
Parameters:
description - the detail message

LogException

public LogException(String description,
                    Throwable throwable)
Creates a BaseException with the specified detail message and nested exception.
Parameters:
description - the detail message
throwable - the nested exception