Interface IDtoUnknownJobInJobDependencyError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoUnknownJobInJobDependencyError
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 -
Method Summary
Modifier and TypeMethodDescriptiongetJobId()The id of the job that is not in the graph.getPath()The path where the job is referenced.getType()Type of this object.voidThe id of the job that is not in the graph.voidsetMessage(String message) voidThe path where the job is referenced.
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError
-
getMessage
String getMessage()- Specified by:
getMessagein interfaceIDtoAbstractError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError
-
getPath
String getPath()The path where the job is referenced. -
setPath
The path where the job is referenced. -
getJobId
String getJobId()The id of the job that is not in the graph. -
setJobId
The id of the job that is not in the graph.
-