@Generated(value="org.jboss.logging.processor.generator.model.MessageBundleImplementor", date="2023-05-27T12:20:52+0800") 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() |
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 String cannotChangeWhileBound$str()
public final IllegalStateException cannotChangeWhileBound()
NetworkMessages
cannotChangeWhileBound
in interface NetworkMessages
IllegalStateException
for the error.protected String noMulticastBinding$str()
public final IllegalStateException noMulticastBinding(String name)
NetworkMessages
noMulticastBinding
in interface NetworkMessages
name
- the name.IllegalStateException
for the error.protected String nullOrEmptyVar$str()
public final IllegalArgumentException nullOrEmptyVar(String name)
NetworkMessages
name
cannot be null or an empty string.nullOrEmptyVar
in interface NetworkMessages
name
- the name.IllegalArgumentException
for the error.protected String nullOutboundSocketBindingParam$str()
public final IllegalArgumentException nullOutboundSocketBindingParam(String type, String name)
NetworkMessages
type
was null for the outbound socket binding name
.nullOutboundSocketBindingParam
in interface NetworkMessages
type
- the type of the paramname
- the name.IllegalArgumentException
for the error.protected String nullDestinationAddress$str()
public final IllegalArgumentException nullDestinationAddress(String name)
NetworkMessages
nullDestinationAddress
in interface NetworkMessages
name
- the name.IllegalArgumentException
for the error.protected String negativeDestinationPort$str()
public final IllegalArgumentException negativeDestinationPort(int port, String name)
NetworkMessages
name
.negativeDestinationPort
in interface NetworkMessages
port
- the illegal port valuename
- the name.IllegalArgumentException
for the error.Copyright © 2023 JBoss by Red Hat. All rights reserved.