Package eu.clarin.sru.server
Class SRUConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- eu.clarin.sru.server.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 Summary
Constructors Constructor Description SRUConfigException(String msg)
Constructor.SRUConfigException(String msg, Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-