@MessageBundle(projectCode="HQ")
public interface HornetQJournalBundle
| Modifier and Type | Field and Description |
|---|---|
static HornetQJournalBundle |
BUNDLE |
| Modifier and Type | Method and Description |
|---|---|
HornetQIOErrorException |
fileNotOpened() |
HornetQIOErrorException |
ioRenameFileError(String name,
String newFileName) |
HornetQIOErrorException |
journalDifferentVersion() |
HornetQIOErrorException |
journalFileMisMatch() |
static final HornetQJournalBundle BUNDLE
@Message(id=149000,
value="failed to rename file {0} to {1}",
format=MESSAGE_FORMAT)
HornetQIOErrorException ioRenameFileError(String name,
String newFileName)
@Message(id=149001,
value="Journal data belong to a different version",
format=MESSAGE_FORMAT)
HornetQIOErrorException 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",
format=MESSAGE_FORMAT)
HornetQIOErrorException journalFileMisMatch()
@Message(id=149003,
value="File not opened",
format=MESSAGE_FORMAT)
HornetQIOErrorException fileNotOpened()
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.