org.benow.log.config
Class LogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.benow.util.NestableException
              extended by org.benow.log.config.LogException
All Implemented Interfaces:
java.io.Serializable

public class LogException
extends org.benow.util.NestableException

Author:
andy To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Constructor Summary
LogException(java.lang.String message)
           
LogException(java.lang.String message, java.lang.Throwable nested)
           
 
Method Summary
 
Methods inherited from class org.benow.util.NestableException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, 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 message,
                    java.lang.Throwable nested)

LogException

public LogException(java.lang.String message)