Class UnknownTimerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.management.admin.ext.UnknownTimerException
-
- All Implemented Interfaces:
Serializable
public class UnknownTimerException extends Exception
An
UnknownTimerException
is thrown by RhinoHousekeepingMBean methods when a timer cannot be located. Typically this would mean that the timer has expired or the underlying activity has ended.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownTimerException(String key)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownTimerException
public UnknownTimerException(String key)
-
-