public class LoggingException
extends Exception
The exception that is thrown when error is found in logging.
| Constructor and Description |
|---|
LoggingException()
Initializes a new instance of the LoggingException class.
|
LoggingException(String message)
Initializes a new instance of the LoggingException class.
|
LoggingException(String message,
Throwable innerException)
Initializes a new instance of the LoggingException class.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic LoggingException()
Initializes a new instance of the LoggingException class.
public LoggingException(String message)
Initializes a new instance of the LoggingException class.
message - The error message.Copyright (c) 2008-2024 Aspose Pty Ltd. All Rights Reserved.