Class SRUConfigException

  • All Implemented Interfaces:
    Serializable

    public class SRUConfigException
    extends Exception
    An exception raised, if some error occurred with the SRUServer configuration.
    See Also:
    Serialized Form
    • Constructor Detail

      • SRUConfigException

        public SRUConfigException​(String msg)
        Constructor.
        Parameters:
        msg - a message
      • SRUConfigException

        public SRUConfigException​(String msg,
                                  Throwable cause)
        Constructor.
        Parameters:
        msg - a message
        cause - the cause of the error