org.jboss.ws.api
Interface Messages


@MessageBundle(projectCode="JBWS")
public interface Messages

JBossWS API exception messages

Author:
alessio.soldano@jboss.com

Field Summary
static Messages MESSAGES
           
 
Method Summary
 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 © 2012 JBoss, by Red Hat. All Rights Reserved.