@MessageBundle(projectCode="MODCLUSTER")
public interface ModClusterMessages
| Modifier and Type | Field and Description |
|---|---|
static ModClusterMessages |
MESSAGES |
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
contextNotFound(String context,
Host host) |
CRLException |
crlNotSupported(String algorithm) |
IllegalArgumentException |
hostNotFound(String host) |
IllegalArgumentException |
invalidCapacity() |
IllegalArgumentException |
invalidWeight() |
static final ModClusterMessages MESSAGES
@Message(id=100,
value="Unable to locate host %s")
IllegalArgumentException hostNotFound(String host)
@Message(id=101,
value="Unable to locate context %s within %s")
IllegalArgumentException contextNotFound(String context,
Host host)
@Message(id=102,
value="Load metric weight must be greater than or equal to zero.")
IllegalArgumentException invalidWeight()
@Message(id=103,
value="Load metric capacity must be greater than zero.")
IllegalArgumentException invalidCapacity()
@Message(id=104,
value="%s algorithm does not support certificate revocation lists.")
CRLException crlNotSupported(String algorithm)
Copyright © 2023 JBoss by Red Hat. All rights reserved.