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 |
---|---|
String |
getMessage()
Produce the message; including the message from the nested exception
if there is one.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final Throwable detail
public LogException()
public LogException(String s)
s
- description stringpublic String getMessage()
getMessage
in class Throwable
Copyright © 2016–2018. All rights reserved.