public class UnSupportedLoggerException extends Exception
| Constructor and Description |
|---|
UnSupportedLoggerException()
create an instances with no message about why the Exception was thrown.
|
UnSupportedLoggerException(String str)
create an instance with a message about why the Exception was thrown.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnSupportedLoggerException()
public UnSupportedLoggerException(String str)
str - A detailed message explaining the reason for the Exception.Copyright © 2016. All rights reserved.