public class LogException extends IOException
| Constructor and Description | 
|---|
LogException()
Create a wrapper exception for exceptions that occur during a logging
 operation. 
 | 
LogException(String s)
For exceptions that occur during a logging operation, create a wrapper
 exception with the specified description string. 
 | 
LogException(String s,
            Throwable ex)
For exceptions that occur during a logging operation, create a wrapper
 exception with the specified description string and the specified
 nested exception. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
getCause()
Returns the nested exception (the cause). 
 | 
String | 
getMessage()
Produce the message; including the message from the nested exception
 if there is one. 
 | 
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Throwable detail
public LogException()
public LogException(String s)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.