Class PluginConfigurationError

  • All Implemented Interfaces:
    Serializable

    public class PluginConfigurationError
    extends Error
    Indicates fatal error in PluginService configuration.

    This error is only thrown when the effect of a configuration problem (e.g. missing value for a Single Plugin) is likely to leave the DSpace system in an unusable state.

    Version:
    $Revision$
    Author:
    Larry Stone
    See Also:
    PluginService, Serialized Form
    • Constructor Detail

      • PluginConfigurationError

        public PluginConfigurationError​(String msg)
        Parameters:
        msg - Error message text.