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, toString
public Throwable detail
public LogException()
public LogException(String s)
Copyright © GigaSpaces.