Class UnknownActivityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.management.admin.ext.UnknownActivityException
-
- All Implemented Interfaces:
Serializable
public class UnknownActivityException extends Exception
An
UnknownActivityException
is thrown by RhinoHousekeepingMBean methods when an activity cannot be located. Typically this would mean that the activity has ended and been removed by the SLEE.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownActivityException(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
-
UnknownActivityException
public UnknownActivityException(String key)
-
-