Package com.opencloud.rhino.logging
Class UnrecognizedLoggingPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.logging.UnrecognizedLoggingPropertyException
-
- All Implemented Interfaces:
Serializable
public class UnrecognizedLoggingPropertyException extends Exception
Thrown by log management methods when an unknown logging property name is given.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecognizedLoggingPropertyException(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
-
UnrecognizedLoggingPropertyException
public UnrecognizedLoggingPropertyException(String message)
-
-