org.jcoderz.commons.logging
Class LoggingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcoderz.commons.logging.LoggingException
- All Implemented Interfaces:
- Serializable
public class LoggingException
- extends RuntimeException
This exception is used for general error situations, e.g. when pooling
objects used for logging fails.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LoggingException
public LoggingException(String description)
- Constructs this and sets the description as supplied.
- Parameters:
description - Textual reason for this.
LoggingException
public LoggingException(String description,
Throwable cause)
- Constructs this and sets the description as supplied and the throwable
causing this.
- Parameters:
description - Textual reason for this.cause - The Throwable causing this.
Copyright 2007 The jCoderZ Project.