org.safs.logging
Class LogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.safs.SAFSException
              extended by org.safs.logging.LogException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
STAFLogException

public class LogException
extends SAFSException

This class is the base for all SAFS logging related exceptions.

See Also:
Serialized Form

Constructor Summary
LogException(java.lang.String s)
           
 
Method Summary
 
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

LogException

public LogException(java.lang.String s)