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