Class UnknownSbbEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.management.admin.ext.UnknownSbbEntityException
-
- All Implemented Interfaces:
Serializable
public class UnknownSbbEntityException extends Exception
An
UnknownSbbEntityException
is thrown by RhinoHousekeepingMBean methods when a requested SBB cannot be found.This might mean that the SBB has been removed, or that the user has given the primary key for an existing SBB but given the wrong service or SBB component identifiers, causing Rhino to look for the SBB in the wrong place.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownSbbEntityException(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
-
UnknownSbbEntityException
public UnknownSbbEntityException(String key)
-
-