@Deprecated public class LogException extends LogException
Constructor and Description |
---|
LogException()
Deprecated.
Create a wrapper exception for exceptions that occur during a logging
operation.
|
LogException(String s)
Deprecated.
For exceptions that occur during a logging operation, create a wrapper
exception with the specified description string.
|
LogException(String s,
Throwable ex)
Deprecated.
For exceptions that occur during a logging operation, create a wrapper
exception with the specified description string and the specified
nested exception.
|
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final Throwable detail
public LogException()
public LogException(String s)
s
- description stringCopyright © 2016–2018. All rights reserved.