Package org.jboss.ws.api
Class Messages_$bundle
- java.lang.Object
-
- org.jboss.ws.api.Messages_$bundle
-
- All Implemented Interfaces:
Serializable,Messages
@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2021-11-17T10:04:57+0800") public class Messages_$bundle extends Object implements Messages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Messages_$bundleINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protectedMessages_$bundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IllegalArgumentExceptioncannotFindNamespaceURI(String qualifiedName)protected StringcannotFindNamespaceURI$str()SecurityExceptioncannotLoadProperties(Throwable cause, String s)protected StringcannotLoadProperties$str()IllegalStateExceptioncannotObtainRequiredProperty(String prop)protected StringcannotObtainRequiredProperty$str()IllegalStateExceptionfailedToLoad(Throwable cause, Object objs)protected StringfailedToLoad$str()protected LocalegetLoggingLocale()IllegalArgumentExceptionillegalAuthMethod(String method)protected StringillegalAuthMethod$str()IllegalArgumentExceptionillegalTransportGuarantee(String method)protected StringillegalTransportGuarantee$str()protected ObjectreadResolve()RuntimeExceptionsourceTypeNotImplemented(Class<?> clazz)protected StringsourceTypeNotImplemented$str()
-
-
-
Field Detail
-
INSTANCE
public static final Messages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
failedToLoad$str
protected String failedToLoad$str()
-
failedToLoad
public final IllegalStateException failedToLoad(Throwable cause, Object objs)
- Specified by:
failedToLoadin interfaceMessages
-
cannotLoadProperties$str
protected String cannotLoadProperties$str()
-
cannotLoadProperties
public final SecurityException cannotLoadProperties(Throwable cause, String s)
- Specified by:
cannotLoadPropertiesin interfaceMessages
-
cannotFindNamespaceURI$str
protected String cannotFindNamespaceURI$str()
-
cannotFindNamespaceURI
public final IllegalArgumentException cannotFindNamespaceURI(String qualifiedName)
- Specified by:
cannotFindNamespaceURIin interfaceMessages
-
sourceTypeNotImplemented$str
protected String sourceTypeNotImplemented$str()
-
sourceTypeNotImplemented
public final RuntimeException sourceTypeNotImplemented(Class<?> clazz)
- Specified by:
sourceTypeNotImplementedin interfaceMessages
-
cannotObtainRequiredProperty$str
protected String cannotObtainRequiredProperty$str()
-
cannotObtainRequiredProperty
public final IllegalStateException cannotObtainRequiredProperty(String prop)
- Specified by:
cannotObtainRequiredPropertyin interfaceMessages
-
illegalAuthMethod$str
protected String illegalAuthMethod$str()
-
illegalAuthMethod
public final IllegalArgumentException illegalAuthMethod(String method)
- Specified by:
illegalAuthMethodin interfaceMessages
-
illegalTransportGuarantee$str
protected String illegalTransportGuarantee$str()
-
illegalTransportGuarantee
public final IllegalArgumentException illegalTransportGuarantee(String method)
- Specified by:
illegalTransportGuaranteein interfaceMessages
-
-