Class DtoUnknownJobInJobDependencyError
java.lang.Object
com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobDependencyError
- All Implemented Interfaces:
IDtoAbstractError,IDtoUnknownJobInJobDependencyError
public class DtoUnknownJobInJobDependencyError
extends Object
implements IDtoUnknownJobInJobDependencyError
The DtoAbstractJob with id {jobId} referenced in {path} is not part of its DtoJobGraph (neither fixed nor production) or does not exist.
-
Field Summary
Fields inherited from interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobDependencyError
_DISCRIMINATOR_TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDtoUnknownJobInJobDependencyError(String message, String path, String jobId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetJobId()The id of the job that is not in the graph.getPath()The path where the job is referenced.getType()Type of this object.inthashCode()voidThe id of the job that is not in the graph.voidsetMessage(String message) voidThe path where the job is referenced.The id of the job that is not in the graph.withMessage(String message) The path where the job is referenced.
-
Constructor Details
-
DtoUnknownJobInJobDependencyError
protected DtoUnknownJobInJobDependencyError() -
DtoUnknownJobInJobDependencyError
-
-
Method Details
-
getType
Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError- Specified by:
getTypein interfaceIDtoUnknownJobInJobDependencyError
-
getMessage
- Specified by:
getMessagein interfaceIDtoAbstractError- Specified by:
getMessagein interfaceIDtoUnknownJobInJobDependencyError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError- Specified by:
setMessagein interfaceIDtoUnknownJobInJobDependencyError
-
getPath
The path where the job is referenced.- Specified by:
getPathin interfaceIDtoUnknownJobInJobDependencyError
-
setPath
The path where the job is referenced.- Specified by:
setPathin interfaceIDtoUnknownJobInJobDependencyError
-
getJobId
The id of the job that is not in the graph.- Specified by:
getJobIdin interfaceIDtoUnknownJobInJobDependencyError
-
setJobId
The id of the job that is not in the graph.- Specified by:
setJobIdin interfaceIDtoUnknownJobInJobDependencyError
-
equals
-
hashCode
public int hashCode() -
withMessage
-
withPath
The path where the job is referenced. -
withJobId
The id of the job that is not in the graph.
-