Class OAIException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.lyncode.xoai.dataprovider.exceptions.OAIException
-
- All Implemented Interfaces:
Serializable
public class OAIException extends Exception
- Version:
- 3.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAIException()without detail message.OAIException(Exception ex)OAIException(String msg)with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-