Class RetryingBeforeRetryIntervalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.mosip.kernel.core.exception.BaseCheckedException
-
- io.mosip.authentication.core.exception.IdAuthenticationBaseException
-
- io.mosip.authentication.core.exception.RetryingBeforeRetryIntervalException
-
- All Implemented Interfaces:
ObjectWithMetadata,Serializable
public class RetryingBeforeRetryIntervalException extends IdAuthenticationBaseException
The Class RetryingBeforeRetryIntervalException - The exception to be thrown if try is performed before the retry interval. This is used to skip the job item with this exception.- Author:
- Loganathan Sekar
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetryingBeforeRetryIntervalException()
-
Method Summary
-
Methods inherited from class io.mosip.authentication.core.exception.IdAuthenticationBaseException
getActionMessage, getMetadata, setMetadata
-
Methods inherited from class io.mosip.kernel.core.exception.BaseCheckedException
addInfo, getCodes, getErrorCode, getErrorText, getErrorTexts, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.mosip.authentication.core.dto.ObjectWithMetadata
copyAllMetadaTo, copyMetadataTo, getMetadata, getMetadata, putAllMetadata, putMetadata
-
-