@MessageBundle(projectCode="JBAS")
public interface SecurityManagerMessages
Modifier and Type | Field and Description |
---|---|
static SecurityManagerMessages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
XMLStreamException |
invalidPermissionsXMLVersion(String found,
String expected)
Create
XMLStreamException to indicate an invalid version was found in the permissions element. |
static final SecurityManagerMessages MESSAGES
@Message(id=17750, value="Invalid version found in the permissions element. Found %s, expected %s") XMLStreamException invalidPermissionsXMLVersion(String found, String expected)
XMLStreamException
to indicate an invalid version was found in the permissions element.found
- the version that was found in the element.expected
- the expected version.XMLStreamException
Copyright © 2014 JBoss by Red Hat. All rights reserved.