Class HarvestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.lyncode.xoai.serviceprovider.exceptions.HarvestException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadArgumentException,BadResumptionTokenException,BadVerbException,CannotDisseminateFormatException,IdDoesNotExistException,NoMetadataFormatsException,NoRecordsMatchException,NoSetHierarchyException
public class HarvestException extends Exception
- Version:
- 3.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HarvestException()HarvestException(String arg0)HarvestException(String arg0, Throwable arg1)HarvestException(Throwable arg0)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetURL()voidsetURL(String url)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-