Class HandlerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.lyncode.xoai.dataprovider.exceptions.HandlerException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadArgumentException,BadResumptionToken,CannotDisseminateFormatException,CannotDisseminateRecordException,DoesNotSupportSetsException,DuplicateDefinitionException,IdDoesNotExistException,IllegalVerbException,NoMatchesException,NoMetadataFormatsException,UnknownParameterException
public abstract class HandlerException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HandlerException()HandlerException(String message)HandlerException(String message, Throwable cause)HandlerException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-