Class 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 Detail

      • UnknownSbbEntityException

        public UnknownSbbEntityException​(String key)