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
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. |
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 messagethrowable
- the nested exception