org.jboss.ws.api
Interface Messages
- All Known Implementing Classes:
- Messages_$bundle
@MessageBundle(projectCode="JBWS") public interface Messages
JBossWS API exception messages- Author:
- [email protected]
Method Summary
All Methods Instance Methods Abstract Methods 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)
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)
Copyright © 2018 JBoss, by Red Hat. All rights reserved.