Class JobNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.fineract.infrastructure.core.exception.AbstractPlatformException
org.apache.fineract.infrastructure.core.exception.AbstractPlatformResourceNotFoundException
org.apache.fineract.infrastructure.jobs.exception.JobNotFoundException
- All Implemented Interfaces:
Serializable
public class JobNotFoundException
extends org.apache.fineract.infrastructure.core.exception.AbstractPlatformResourceNotFoundException
A
RuntimeException thrown when Job resources are not found.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobNotFoundException(String identifier) JobNotFoundException(String identifier, org.springframework.batch.core.launch.NoSuchJobException e) JobNotFoundException(String identifier, org.springframework.dao.EmptyResultDataAccessException e) JobNotFoundException(org.apache.fineract.infrastructure.core.api.IdTypeResolver.IdType idType, String jobId) -
Method Summary
Methods inherited from class org.apache.fineract.infrastructure.core.exception.AbstractPlatformException
getDefaultUserMessage, getDefaultUserMessageArgs, getGlobalisationMessageCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobNotFoundException
-
JobNotFoundException
public JobNotFoundException(org.apache.fineract.infrastructure.core.api.IdTypeResolver.IdType idType, String jobId) -
JobNotFoundException
public JobNotFoundException(String identifier, org.springframework.batch.core.launch.NoSuchJobException e) -
JobNotFoundException
public JobNotFoundException(String identifier, org.springframework.dao.EmptyResultDataAccessException e)
-