@MessageBundle(projectCode="AMQ")
public interface ActiveMQJournalBundle
Modifier and Type | Field and Description |
---|---|
static ActiveMQJournalBundle |
BUNDLE |
Modifier and Type | Method and Description |
---|---|
ActiveMQIOErrorException |
fileNotOpened() |
ActiveMQIOErrorException |
ioRenameFileError(String name,
String newFileName) |
ActiveMQIOErrorException |
journalDifferentVersion() |
ActiveMQIOErrorException |
journalFileMisMatch() |
String |
unableToOpenFile() |
static final ActiveMQJournalBundle BUNDLE
@Message(id=149000, value="failed to rename file {0} to {1}", format=MESSAGE_FORMAT) ActiveMQIOErrorException ioRenameFileError(String name, String newFileName)
@Message(id=149001, value="Journal data belong to a different version") ActiveMQIOErrorException journalDifferentVersion()
@Message(id=149002, value="Journal files version mismatch. You should export the data from the previous version and import it as explained on the user\'\'s manual") ActiveMQIOErrorException journalFileMisMatch()
@Message(id=149003, value="File not opened") ActiveMQIOErrorException fileNotOpened()
@Message(id=149004, value="unable to open file") String unableToOpenFile()
Copyright © 2016 JBoss by Red Hat. All rights reserved.