@MessageLogger(projectCode="JBAS")
@ValidIdRange(min=20550,
max=20599)
public interface BatchMessages
Modifier and Type | Field and Description |
---|---|
static BatchMessages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
OperationFailedException |
jobRepositoryRequired()
Creates an exception indicating a job repository is required.
|
OperationFailedException |
multipleJobRepositoriesNotAllowed(Collection<String> found)
Creates an exception indicating a job repository is required.
|
static final BatchMessages MESSAGES
@Message(id=20550, value="A job-repository is required.") OperationFailedException jobRepositoryRequired()
OperationFailedException
for the error@Message(id=20551, value="Only one job-repository is allowed. Found: %s") OperationFailedException multipleJobRepositoriesNotAllowed(Collection<String> found)
found
- the job repositories foundOperationFailedException
for the errorCopyright © 2013 JBoss by Red Hat. All rights reserved.