Package org.jboss.ws.api
Interface Messages
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="JBWS")
public interface Messages
JBossWS API exception messages
- Author:
- alessio.soldano@jboss.com
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncannotFindNamespaceURI(String qualifiedName) cannotLoadProperties(Throwable cause, String s) failedToLoad(Throwable cause, Object objs) illegalAuthMethod(String method) illegalTransportGuarantee(String method) sourceTypeNotImplemented(Class<?> clazz)
-
Field Details
-
MESSAGES
-
-
Method Details
-
failedToLoad
@Message(id=20000, value="Failed to load %s") IllegalStateException failedToLoad(@Cause Throwable cause, Object objs) -
cannotLoadProperties
@Message(id=20001, value="Cannot load properties: %s") SecurityException cannotLoadProperties(@Cause Throwable cause, String s) -
cannotFindNamespaceURI
@Message(id=20002, value="Cannot find namespace uri for %s") IllegalArgumentException cannotFindNamespaceURI(String qualifiedName) -
sourceTypeNotImplemented
@Message(id=20004, value="Source type not implemented: %s") RuntimeException sourceTypeNotImplemented(Class<?> clazz) -
cannotObtainRequiredProperty
@Message(id=20011, value="Cannot obtain required property: %s") IllegalStateException cannotObtainRequiredProperty(String prop) -
illegalAuthMethod
@Message(id=20013, value="Illegal auth method: %s") IllegalArgumentException illegalAuthMethod(String method) -
illegalTransportGuarantee
@Message(id=20014, value="Illegal transport guarantee: %s") IllegalArgumentException illegalTransportGuarantee(String method)
-