Package org.jboss.modcluster
Interface ModClusterMessages
- All Known Implementing Classes:
ModClusterMessages_$bundle
@MessageBundle(projectCode="MODCLUSTER")
public interface ModClusterMessages
- Author:
- Paul Ferraro
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptioncontextNotFound
(String context, Host host) crlNotSupported
(String algorithm) hostNotFound
(String host)
-
Field Details
-
MESSAGES
-
-
Method Details
-
hostNotFound
@Message(id=100, value="Unable to locate host %s") IllegalArgumentException hostNotFound(String host) -
contextNotFound
@Message(id=101, value="Unable to locate context %s within %s") IllegalArgumentException contextNotFound(String context, Host host) -
invalidWeight
@Message(id=102, value="Load metric weight must be greater than or equal to zero.") IllegalArgumentException invalidWeight() -
invalidCapacity
@Message(id=103, value="Load metric capacity must be greater than zero.") IllegalArgumentException invalidCapacity() -
crlNotSupported
@Message(id=104, value="%s algorithm does not support certificate revocation lists.") CRLException crlNotSupported(String algorithm)
-