Class InvalidPKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.management.admin.ext.InvalidPKeyException
-
- All Implemented Interfaces:
Serializable
public class InvalidPKeyException extends Exception
An
InvalidPKeyException
is thrown by RhinoHousekeepingMBean methods when an invalid activity or Sbb entity key is encountered.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPKeyException(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
-
InvalidPKeyException
public InvalidPKeyException(String key)
-
-