gnu.io
public class UnSupportedLoggerException extends java.lang.Exception
Constructor and Description |
---|
UnSupportedLoggerException()
create an instances with no message about why the Exception was thrown.
|
UnSupportedLoggerException(java.lang.String str)
create an instance with a message about why the Exception was thrown.
|
public UnSupportedLoggerException()
public UnSupportedLoggerException(java.lang.String str)
str
- A detailed message explaining the reason for the Exception.