org.xmlecho.palomar.log
Class LogServiceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xmlecho.palomar.ECHOException
              extended byorg.xmlecho.palomar.log.LogServiceException
All Implemented Interfaces:
java.io.Serializable

public class LogServiceException
extends ECHOException

The base class for all exceptions thrown by the Logging facility. May serve as a wrapper for another exception which was caught by Logging code

See Also:
Serialized Form

Constructor Summary
LogServiceException()
           
LogServiceException(java.lang.Exception why)
          create a new LogServiceException wrapped over another Exception
LogServiceException(java.lang.String msg)
          create a new LogServiceException
LogServiceException(java.lang.String msg, java.lang.Exception why)
          create a new LogServiceException wrapped over another Exception along with a message
 
Methods inherited from class org.xmlecho.palomar.ECHOException
getException
 
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

LogServiceException

public LogServiceException()

LogServiceException

public LogServiceException(java.lang.String msg)
create a new LogServiceException


LogServiceException

public LogServiceException(java.lang.String msg,
                           java.lang.Exception why)
create a new LogServiceException wrapped over another Exception along with a message


LogServiceException

public LogServiceException(java.lang.Exception why)
create a new LogServiceException wrapped over another Exception