@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2021-09-29T14:18:45+0000") public class NetworkMessages_$bundle extends Object implements NetworkMessages, Serializable
| Modifier and Type | Field and Description |
|---|---|
static NetworkMessages_$bundle |
INSTANCE |
MESSAGES| Modifier | Constructor and Description |
|---|---|
protected |
NetworkMessages_$bundle() |
| Modifier and Type | Method and Description |
|---|---|
IllegalStateException |
cannotChangeWhileBound()
Creates an exception indicating the value cannot be changed while the socket is bound.
|
protected String |
cannotChangeWhileBound$str() |
protected Locale |
getLoggingLocale() |
IllegalArgumentException |
negativeDestinationPort(int port,
String name)
Creates an exception indicating a negative destination port for the outbound socket binding
name. |
protected String |
negativeDestinationPort$str() |
IllegalStateException |
noMulticastBinding(String name)
Creates an exception indicating the no multicast binding for the name.
|
protected String |
noMulticastBinding$str() |
IllegalArgumentException |
nullDestinationAddress(String name)
Creates an exception indicating no destination address for the outbound socket binding.
|
protected String |
nullDestinationAddress$str() |
IllegalArgumentException |
nullOrEmptyVar(String name)
Creates an exception indicating parameter
name cannot be null or an empty string. |
protected String |
nullOrEmptyVar$str() |
IllegalArgumentException |
nullOutboundSocketBindingParam(String type,
String name)
Creates an exception indicating a param of type
type was null for the outbound socket binding name. |
protected String |
nullOutboundSocketBindingParam$str() |
protected Object |
readResolve() |
public static final NetworkMessages_$bundle INSTANCE
protected Object readResolve()
protected Locale getLoggingLocale()
protected String cannotChangeWhileBound$str()
public final IllegalStateException cannotChangeWhileBound()
NetworkMessagescannotChangeWhileBound in interface NetworkMessagesIllegalStateException for the error.protected String noMulticastBinding$str()
public final IllegalStateException noMulticastBinding(String name)
NetworkMessagesnoMulticastBinding in interface NetworkMessagesname - the name.IllegalStateException for the error.protected String nullOrEmptyVar$str()
public final IllegalArgumentException nullOrEmptyVar(String name)
NetworkMessagesname cannot be null or an empty string.nullOrEmptyVar in interface NetworkMessagesname - the name.IllegalArgumentException for the error.protected String nullOutboundSocketBindingParam$str()
public final IllegalArgumentException nullOutboundSocketBindingParam(String type, String name)
NetworkMessagestype was null for the outbound socket binding name.nullOutboundSocketBindingParam in interface NetworkMessagestype - the type of the paramname - the name.IllegalArgumentException for the error.protected String nullDestinationAddress$str()
public final IllegalArgumentException nullDestinationAddress(String name)
NetworkMessagesnullDestinationAddress in interface NetworkMessagesname - the name.IllegalArgumentException for the error.protected String negativeDestinationPort$str()
public final IllegalArgumentException negativeDestinationPort(int port, String name)
NetworkMessagesname.negativeDestinationPort in interface NetworkMessagesport - the illegal port valuename - the name.IllegalArgumentException for the error.Copyright © 2021 JBoss by Red Hat. All rights reserved.