Class UnconfiguredResourceException

  • All Implemented Interfaces:
    Serializable

    public class UnconfiguredResourceException
    extends InvalidStateException

    This exception is thrown by the ServiceManagementMBean if an attempt is made to activate a service for which a required resource has not been configured in Rhino. Required resources are declared in an SBB deployment descriptor using the <resource-ref> element.

    See Also:
    Serialized Form
    • Constructor Detail

      • UnconfiguredResourceException

        public UnconfiguredResourceException()

        Create an UnconfiguredResourceException with no detail message.

      • UnconfiguredResourceException

        public UnconfiguredResourceException​(String message)

        Create an UnconfiguredResourceException with a detail message.

        Parameters:
        message - the detail message.