Package com.opencloud.rhino.logging
Class LoggerNotConfiguredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.logging.LoggerNotConfiguredException
-
- All Implemented Interfaces:
Serializable
public class LoggerNotConfiguredException extends Exception
Thrown by log management methods when a log key does not match a configured logger.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoggerNotConfiguredException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LoggerNotConfiguredException
public LoggerNotConfiguredException(String message)
-
-