@MessageBundle(projectCode="JBWS")
public interface Messages
| Modifier and Type | Method and Description |
|---|---|
java.lang.IllegalArgumentException |
cannotFindNamespaceURI(java.lang.String qualifiedName) |
java.lang.SecurityException |
cannotLoadProperties(java.lang.Throwable cause,
java.lang.String s) |
java.lang.IllegalStateException |
cannotObtainRequiredProperty(java.lang.String prop) |
java.lang.IllegalStateException |
failedToLoad(java.lang.Throwable cause,
java.lang.Object objs) |
java.lang.IllegalArgumentException |
illegalAuthMethod(java.lang.String method) |
java.lang.IllegalArgumentException |
illegalTransportGuarantee(java.lang.String method) |
java.lang.RuntimeException |
sourceTypeNotImplemented(java.lang.Class<?> clazz) |
static final Messages MESSAGES
@Message(id=20000,
value="Failed to load %s")
java.lang.IllegalStateException failedToLoad(@Cause
java.lang.Throwable cause,
java.lang.Object objs)
@Message(id=20001,
value="Cannot load properties: %s")
java.lang.SecurityException cannotLoadProperties(@Cause
java.lang.Throwable cause,
java.lang.String s)
@Message(id=20002,
value="Cannot find namespace uri for %s")
java.lang.IllegalArgumentException cannotFindNamespaceURI(java.lang.String qualifiedName)
@Message(id=20004,
value="Source type not implemented: %s")
java.lang.RuntimeException sourceTypeNotImplemented(java.lang.Class<?> clazz)
@Message(id=20011,
value="Cannot obtain required property: %s")
java.lang.IllegalStateException cannotObtainRequiredProperty(java.lang.String prop)
@Message(id=20013,
value="Illegal auth method: %s")
java.lang.IllegalArgumentException illegalAuthMethod(java.lang.String method)
@Message(id=20014,
value="Illegal transport guarantee: %s")
java.lang.IllegalArgumentException illegalTransportGuarantee(java.lang.String method)