net.sf.wraplog
Class LoggingException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
net.sf.wraplog.LoggingException
- All Implemented Interfaces: 
 - Serializable
 
- public class LoggingException
- extends RuntimeException
  
RuntimeException to indicate that a message could not be logged.
- Author:
 
  - Thomas Aglassinger
 
- 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 newMessage,
                        Throwable cause)