@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. | 
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final Throwable detail
public LogException()
public LogException(String s)
s - description stringCopyright © 2016–2018. All rights reserved.