Package org.jboss.ws.api
Interface Messages
-
- All Known Implementing Classes:
Messages_$bundle
@MessageBundle(projectCode="JBWS") public interface MessagesJBossWS API exception messages- Author:
- alessio.soldano@jboss.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IllegalArgumentExceptioncannotFindNamespaceURI(String qualifiedName)SecurityExceptioncannotLoadProperties(Throwable cause, String s)IllegalStateExceptioncannotObtainRequiredProperty(String prop)IllegalStateExceptionfailedToLoad(Throwable cause, Object objs)IllegalArgumentExceptionillegalAuthMethod(String method)IllegalArgumentExceptionillegalTransportGuarantee(String method)RuntimeExceptionsourceTypeNotImplemented(Class<?> clazz)
-
-
-
Field Detail
-
MESSAGES
static final Messages MESSAGES
-
-
Method Detail
-
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)
-
-