@MessageLogger(projectCode="WFLYPC",
length=4)
public interface ProcessLogger
extends org.jboss.logging.BasicLogger
Modifier and Type | Field and Description |
---|---|
static ProcessLogger |
CLIENT_LOGGER
A logger with the category
org.jboss.as.process-controller.client . |
static ProcessLogger |
PROTOCOL_CLIENT_LOGGER
A logger with the category
org.jboss.as.process.protocol.client |
static ProcessLogger |
PROTOCOL_CONNECTION_LOGGER
A logger with the category
org.jboss.as.process.protocol.client |
static ProcessLogger |
PROTOCOL_LOGGER
A logger with the category
org.jboss.as.process.protocol |
static ProcessLogger |
ROOT_LOGGER
The root logger with a category of the package.
|
static ProcessLogger |
SERVER_LOGGER
A logger with the category
org.jboss.as.process-controller.server . |
Modifier and Type | Method and Description |
---|---|
String |
argAdminOnly()
Instructions for the
CommandLineConstants.ADMIN_ONLY command line argument. |
String |
argBackup()
Instructions for the
CommandLineConstants.BACKUP_DC command line argument. |
String |
argCachedDc()
Instructions for the
CommandLineConstants.CACHED_DC command line argument. |
String |
argDefaultMulticastAddress()
Instructions for the
CommandLineConstants.DEFAULT_MULTICAST_ADDRESS command line argument. |
String |
argDomainConfig()
Instructions for the
CommandLineConstants.DOMAIN_CONFIG command line arguments. |
String |
argHelp()
Instructions for the
CommandLineConstants.SHORT_HELP or CommandLineConstants.HELP command line argument. |
String |
argHostConfig()
Instructions for the
CommandLineConstants.HOST_CONFIG command line argument. |
String |
argInterfaceBindAddress()
Instructions for the
-b<interface></interface> command line argument. |
String |
argInterProcessHcAddress()
Instructions for the
CommandLineConstants.INTERPROCESS_HC_ADDRESS command line argument. |
String |
argInterProcessHcPort()
Instructions for the
CommandLineConstants.INTERPROCESS_HC_PORT command line argument. |
String |
argMasterAddress()
Instructions for the
CommandLineConstants.MASTER_ADDRESS command line argument. |
String |
argMasterPort()
Instructions for the
CommandLineConstants.MASTER_PORT command line argument. |
String |
argPcAddress()
Instructions for the
CommandLineConstants.PROCESS_CONTROLLER_BIND_ADDR command line argument. |
String |
argPcPort()
Instructions for the
CommandLineConstants.PROCESS_CONTROLLER_BIND_PORT command line argument. |
String |
argProperties()
Instructions for the
CommandLineConstants.SHORT_PROPERTIES or CommandLineConstants.PROPERTIES command line argument. |
String |
argPublicBindAddress()
Instructions for the
CommandLineConstants.PUBLIC_BIND_ADDRESS command line argument. |
String |
argReadOnlyDomainConfig()
Instructions for the
CommandLineConstants.READ_ONLY_DOMAIN_CONFIG command line arguments. |
String |
argReadOnlyHostConfig()
Instructions for the
CommandLineConstants.READ_ONLY_HOST_CONFIG command line argument. |
String |
argSecMgr()
Instructions for the
CommandLineConstants.SECMGR command line argument. |
String |
argShortDomainConfig()
Instructions for the
CommandLineConstants.SHORT_DOMAIN_CONFIG command line arguments. |
String |
argSystem()
Instructions for the
CommandLineConstants.SYS_PROP command line argument. |
String |
argUsage(String executableName) |
String |
argVersion()
Instructions for the
CommandLineConstants.SHORT_VERSION , CommandLineConstants.OLD_SHORT_VERSION or CommandLineConstants.VERSION command line argument. |
void |
attemptToReconnectNonExistentProcess(String processName)
Logs a warning message indicating an attempt to reconnect a non-existent process.
|
void |
attemptToRemoveNonExistentProcess(String processName)
Logs a warning message indicating an attempt to remove a non-existent process.
|
void |
attemptToStartNonExistentProcess(String processName)
Logs a warning message indicating an attempt to start a non-existent process.
|
void |
attemptToStopNonExistentProcess(String processName)
Logs a warning message indicating an attempt to stop a non-existent process.
|
IllegalStateException |
cannotFindJavaExe(String binDir)
Creates an exception indicating the Java executable could not be found.
|
void |
duplicateProcessName(String processName)
Logs a warning message indicating an attempt to register a duplicate named process.
|
void |
failedToAcceptConnection(Throwable cause)
Logs an error message indicating a failure to accept the connection.
|
void |
failedToCloseResource(Throwable cause,
Object resource)
Logs an error message indicating a failure to close the resource.
|
void |
failedToCloseServerSocket(Throwable cause,
ServerSocket socket)
Logs an error message indicating a failure to close the server socket.
|
void |
failedToCloseSocket(Throwable cause)
Logs an error message indicating a failure to close the socket.
|
IOException |
failedToCreateServerThread()
Creates an exception indicating a failure to create the server thread.
|
void |
failedToFinishMarshaller(Throwable cause,
org.jboss.marshalling.Marshaller marshaller)
Logs an error message indicating a failure to finish the marshaller.
|
void |
failedToFinishUnmarshaller(Throwable cause,
org.jboss.marshalling.Unmarshaller unmarshaller)
Logs an error message indicating a failure to finish the unmarshaller.
|
void |
failedToHandleIncomingConnection(Throwable cause)
Logs an error message indicating a failure to handle the incoming connection.
|
void |
failedToHandleSocketFailure(Throwable cause)
Logs an error messaged indicating a failure to handle the socket failure condition.
|
void |
failedToHandleSocketFinished(Throwable cause)
Logs an error messaged indicating a failure to handle the socket finished condition.
|
void |
failedToHandleSocketShutdown(Throwable cause)
Logs an error messaged indicating a failure to handle the socket shut down condition.
|
void |
failedToKillProcess(String process) |
void |
failedToReadMessage(Throwable cause)
Logs an error message indicating a failure to read a message.
|
IOException |
failedToReadObject(Throwable cause)
Creates an exception indicating a failure to read the object.
|
void |
failedToSendAuthKey(String processName,
Throwable error)
Logs a warning message indicating the authentication key failed to send to the process.
|
void |
failedToSendDataBytes(Throwable cause,
String processName)
Logs an error message indicating the data bytes failed to send to the process input stream.
|
void |
failedToSendReconnect(Throwable cause,
String processName)
Logs an error message indicating the reconnect message failed to send to the process input stream.
|
void |
failedToStartProcess(String processName)
Logs an error message indicating the process failed to start.
|
void |
failedToWriteMessage(String messageType,
Throwable t)
Logs an error message indicating a failure to write a message to the connection.
|
IllegalArgumentException |
invalidAuthKeyLen()
Creates an exception indicating the authentication key must be 16 bytes long.
|
UTFDataFormatException |
invalidByte()
Creates an exception indicating an invalid byte.
|
UTFDataFormatException |
invalidByte(char c,
int i)
Creates an exception indicating an invalid byte.
|
IOException |
invalidByteToken(int expected,
byte actual)
Creates an exception indicating an invalid byte token was found.
|
IOException |
invalidCommandByte(int commandByte)
Creates an exception indicating an invalid command byte was read.
|
IllegalArgumentException |
invalidCommandLen()
Creates an exception indicating the command must have at least one entry.
|
IllegalStateException |
invalidJavaHome(String dir)
Creates an exception indicating the Java home directory does not exist.
|
IllegalStateException |
invalidJavaHomeBin(String binDir,
String javaHomeDir)
Creates an exception indicating the Java home bin directory does not exist.
|
IllegalArgumentException |
invalidLength(String parameterName)
Creates an exception indicating the parameter has an invalid length.
|
IllegalArgumentException |
invalidOption(String option)
Creates an exception indicating the option, represented by the
option parameter, is invalid. |
IOException |
invalidStartChunk(int chunk)
Creates an exception indicating an invalid start chunk was found.
|
void |
leakedMessageOutputStream()
Logs a warning message indicating the leakage of the message outout stream.
|
String |
noArgValue(String argument)
Error message indicating no value was provided for a command line argument.
|
IllegalArgumentException |
nullCommandComponent()
Creates an exception indicating a command contains a
null component. |
IllegalArgumentException |
nullVar(String varName)
Creates an exception indicating the variable is
null . |
void |
processFinished(String processName,
int exitCode)
Logs an informational message indicating the process has finished with the exit status code.
|
EOFException |
readBytes(int bytesRead)
Creates an exception indicating the number of bytes read.
|
void |
receivedInvalidVersion(InetAddress address)
Logs a warning message indicating a connection with an invalid version from the address, represented by the
address parameter, was received. |
void |
receivedUnknownCredentials(InetAddress address)
Logs a warning message indicating unknown credentials were received by the address, represented by the
address parameter. |
void |
receivedUnknownGreetingCode(int code,
InetAddress address)
Logs a warning message indicating an unknown greeting code, represented by the
code parameter,
was received by the address, represented by the address parameter. |
void |
receivedUnknownMessageCode(int code)
Logs a warning message indicating an unknown message with the code, represented by the
code parameter,
was received. |
void |
shutdownComplete()
Logs an informational message indicating the process controller shutdown is complete.
|
void |
shuttingDown()
Logs an informational message indicating the process controller is shutting down.
|
void |
startingProcess(String processName)
Logs an informational message indicating the process is starting.
|
void |
stoppingProcess(String processName)
Logs an informational message indicating the process is stopping.
|
IOException |
streamClosed()
Creates an exception indicating the stream is closed.
|
void |
streamProcessingFailed(String processName,
Throwable error)
Logs an error message indicating the stream processing failed for the process.
|
IllegalStateException |
threadCreationRefused()
Creates an exception indicating the thread creation was refused.
|
EOFException |
unexpectedEndOfStream()
Creates an exception indicating an unexpected end of stream was detected.
|
void |
waitingToRestart(int seconds,
String processName)
Logs an informational message that the respawn is waiting until another attempt
is made to restart the process.
|
IOException |
writeChannelClosed()
Creates an exception indicating the write channel is closed.
|
IOException |
writesAlreadyShutdown()
Creates an exception indicating the writes have already been shutdown.
|
debug, debug, debug, debug, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugf, debugv, debugv, debugv, debugv, debugv, debugv, debugv, debugv, error, error, error, error, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorf, errorv, errorv, errorv, errorv, errorv, errorv, errorv, errorv, fatal, fatal, fatal, fatal, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalf, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, fatalv, info, info, info, info, infof, infof, infof, infof, infof, infof, infof, infof, infov, infov, infov, infov, infov, infov, infov, infov, isDebugEnabled, isEnabled, isInfoEnabled, isTraceEnabled, log, log, log, log, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logf, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, logv, trace, trace, trace, trace, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracef, tracev, tracev, tracev, tracev, tracev, tracev, tracev, tracev, warn, warn, warn, warn, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnf, warnv, warnv, warnv, warnv, warnv, warnv, warnv, warnv
static final ProcessLogger ROOT_LOGGER
static final ProcessLogger CLIENT_LOGGER
org.jboss.as.process-controller.client
.static final ProcessLogger PROTOCOL_LOGGER
org.jboss.as.process.protocol
static final ProcessLogger PROTOCOL_CLIENT_LOGGER
org.jboss.as.process.protocol.client
static final ProcessLogger PROTOCOL_CONNECTION_LOGGER
org.jboss.as.process.protocol.client
static final ProcessLogger SERVER_LOGGER
org.jboss.as.process-controller.server
.@LogMessage(level=WARN) @Message(id=1, value="Attempted to reconnect non-existent process \'%s\'") void attemptToReconnectNonExistentProcess(String processName)
processName
- the name of the process.@LogMessage(level=WARN) @Message(id=2, value="Attempted to remove non-existent process \'%s\'") void attemptToRemoveNonExistentProcess(String processName)
processName
- the name of the process.@LogMessage(level=WARN) @Message(id=3, value="Attempted to start non-existent process \'%s\'") void attemptToStartNonExistentProcess(String processName)
processName
- the name of the process.@LogMessage(level=WARN) @Message(id=4, value="Attempted to stop non-existent process \'%s\'") void attemptToStopNonExistentProcess(String processName)
processName
- the name of the process.@LogMessage(level=WARN) @Message(id=5, value="Attempted to register duplicate named process \'%s\'") void duplicateProcessName(String processName)
processName
- the duplicate name.@LogMessage(level=WARN) @Message(id=6, value="Failed to send authentication key to process \'%s\': %s") void failedToSendAuthKey(String processName, Throwable error)
processName
- the process name.error
- th error.@LogMessage(level=ERROR) @Message(id=7, value="Failed to send data bytes to process \'%s\' input stream") void failedToSendDataBytes(@Cause Throwable cause, String processName)
cause
- the cause of the error.processName
- the process name.@LogMessage(level=ERROR) @Message(id=8, value="Failed to send reconnect message to process \'%s\' input stream") void failedToSendReconnect(@Cause Throwable cause, String processName)
cause
- the cause of the error.processName
- the process name.@LogMessage(level=ERROR) @Message(id=9, value="Failed to start process \'%s\'") void failedToStartProcess(String processName)
processName
- the process name.@LogMessage(level=ERROR) @Message(id=10, value="Failed to write %s message to connection: %s") void failedToWriteMessage(String messageType, Throwable t)
messageType
- the type of the message that failed to write.t
- the cause of the error.@LogMessage(level=INFO) @Message(id=11, value="Process \'%s\' finished with an exit status of %d") void processFinished(String processName, int exitCode)
processName
- the process name.exitCode
- the exit code.@LogMessage(level=WARN) @Message(id=12, value="Received connection with invalid version from %s") void receivedInvalidVersion(InetAddress address)
address
parameter, was received.address
- the address.@LogMessage(level=WARN) @Message(id=13, value="Received unrecognized greeting code 0x%02x from %s") void receivedUnknownGreetingCode(int code, InetAddress address)
code
parameter,
was received by the address, represented by the address
parameter.code
- the unknown code.address
- the address@LogMessage(level=WARN) @Message(id=14, value="Received connection with unknown credentials from %s") void receivedUnknownCredentials(InetAddress address)
address
parameter.address
- the address@LogMessage(level=WARN) @Message(id=15, value="Received unknown message with code 0x%02x") void receivedUnknownMessageCode(int code)
code
parameter,
was received.code
- the unknown code.@LogMessage(level=INFO) @Message(id=16, value="All processes finished; exiting") void shutdownComplete()
@LogMessage(level=INFO) @Message(id=17, value="Shutting down process controller") void shuttingDown()
@LogMessage(level=INFO) @Message(id=18, value="Starting process \'%s\'") void startingProcess(String processName)
processName
- the process name.@LogMessage(level=INFO) @Message(id=19, value="Stopping process \'%s\'") void stoppingProcess(String processName)
processName
- the process name.@LogMessage(level=ERROR) @Message(id=20, value="Stream processing failed for process \'%s\': %s") void streamProcessingFailed(String processName, Throwable error)
processName
- the process name.error
- the error.@LogMessage(level=INFO) @Message(id=21, value="Waiting %d seconds until trying to restart process %s.") void waitingToRestart(int seconds, String processName)
seconds
- the secondsprocessName
- the process name@LogMessage(level=WARN) @Message(id=22, value="Failed to kill process \'%s\', trying to destroy the process instead.") void failedToKillProcess(String process)
@Message(id=0, value="Usage: %s [args...]%nwhere args include:") String argUsage(String executableName)
@Message(id=0, value="Keep a copy of the persistent domain configuration even if this host is not the Domain Controller") String argBackup()
CommandLineConstants.BACKUP_DC
command line argument.@Message(id=0, value="If this host is not the Domain Controller and cannot contact the Domain Controller at boot, boot using a locally cached copy of the domain configuration (see --backup)") String argCachedDc()
CommandLineConstants.CACHED_DC
command line argument.@Message(id=0, value="Name of the domain configuration file to use (default is \"domain.xml\") (Same as -c)") String argDomainConfig()
CommandLineConstants.DOMAIN_CONFIG
command line arguments.@Message(id=0, value="Name of the domain configuration file to use (default is \"domain.xml\") (Same as --domain-config)") String argShortDomainConfig()
CommandLineConstants.SHORT_DOMAIN_CONFIG
command line arguments.@Message(id=0, value="Name of the domain configuration file to use. This differs from \'--domain-config\', \'-c\' and \'-domain-config\' in that the initial file is never overwritten.") String argReadOnlyDomainConfig()
CommandLineConstants.READ_ONLY_DOMAIN_CONFIG
command line arguments.@Message(id=0, value="Display this message and exit") String argHelp()
CommandLineConstants.SHORT_HELP
or CommandLineConstants.HELP
command line argument.@Message(id=0, value="Address on which the host controller should listen for communication from the process controller") String argInterProcessHcAddress()
CommandLineConstants.INTERPROCESS_HC_ADDRESS
command line argument.@Message(id=0, value="Port on which the host controller should listen for communication from the process controller") String argInterProcessHcPort()
CommandLineConstants.INTERPROCESS_HC_PORT
command line argument.@Message(id=0, value="Name of the host configuration file to use (default is \"host.xml\")") String argHostConfig()
CommandLineConstants.HOST_CONFIG
command line argument.@Message(id=0, value="Name of the host configuration file to use. This differs from \'--host-config\' in that the initial file is never overwritten.") String argReadOnlyHostConfig()
CommandLineConstants.READ_ONLY_HOST_CONFIG
command line argument.@Message(id=0, value="Address on which the process controller listens for communication from processes it controls") String argPcAddress()
CommandLineConstants.PROCESS_CONTROLLER_BIND_ADDR
command line argument.@Message(id=0, value="Port on which the process controller listens for communication from processes it controls") String argPcPort()
CommandLineConstants.PROCESS_CONTROLLER_BIND_PORT
command line argument.@Message(id=0, value="Load system properties from the given url") String argProperties()
CommandLineConstants.SHORT_PROPERTIES
or CommandLineConstants.PROPERTIES
command line argument.@Message(id=0, value="Set a system property") String argSystem()
CommandLineConstants.SYS_PROP
command line argument.@Message(id=0, value="Print version and exit") String argVersion()
CommandLineConstants.SHORT_VERSION
, CommandLineConstants.OLD_SHORT_VERSION
or CommandLineConstants.VERSION
command line argument.@Message(id=0, value="Set system property jboss.bind.address to the given value") String argPublicBindAddress()
CommandLineConstants.PUBLIC_BIND_ADDRESS
command line argument.@Message(id=0, value="Set system property jboss.bind.address.<interface> to the given value") String argInterfaceBindAddress()
-b<interface></interface>
command line argument.@Message(id=0, value="Set system property jboss.default.multicast.address to the given value") String argDefaultMulticastAddress()
CommandLineConstants.DEFAULT_MULTICAST_ADDRESS
command line argument.@Message(id=0, value="Set the host controller\'s running type to ADMIN_ONLY causing it to open administrative interfaces and accept management requests but not start servers or, if this host controller is the master for the domain, accept incoming connections from slave host controllers.") String argAdminOnly()
CommandLineConstants.ADMIN_ONLY
command line argument.@Message(id=0, value="Set system property jboss.domain.master.address to the given value. In a default slave Host Controller config, this is used to configure the address of the master Host Controller.") String argMasterAddress()
CommandLineConstants.MASTER_ADDRESS
command line argument.@Message(id=0, value="Set system property jboss.domain.master.port to the given value. In a default slave Host Controller config, this is used to configure the port used for native management communication by the master Host Controller.") String argMasterPort()
CommandLineConstants.MASTER_PORT
command line argument.@Message(id=0, value="Runs the server with a security manager installed.") String argSecMgr()
CommandLineConstants.SECMGR
command line argument.@Message(id=23, value="No value was provided for argument %s") String noArgValue(String argument)
argument
- the name of the argument@Message(id=24, value="Could not find java executable under %s.") IllegalStateException cannotFindJavaExe(String binDir)
binDir
- the directory the executable file should be located.IllegalStateException
for the error.@Message(id=25, value="Authentication key must be 24 bytes long") IllegalArgumentException invalidAuthKeyLen()
IllegalArgumentException
for the error.@Message(id=26, value="cmd must have at least one entry") IllegalArgumentException invalidCommandLen()
IllegalArgumentException
for the error.@Message(id=27, value="Java home \'%s\' does not exist.") IllegalStateException invalidJavaHome(String dir)
dir
- the directory to Java home.IllegalStateException
for the error.@Message(id=28, value="Java home\'s bin \'%s\' does not exist. The home directory was determined to be %s.") IllegalStateException invalidJavaHomeBin(String binDir, String javaHomeDir)
binDir
- the bin directory.javaHomeDir
- the Java home directory.IllegalStateException
for the error.@Message(id=29, value="%s length is invalid") IllegalArgumentException invalidLength(String parameterName)
parameterName
- the parameter name.IllegalArgumentException
for the error.@Message(id=30, value="Invalid option: %s") IllegalArgumentException invalidOption(String option)
option
parameter, is invalid.option
- the invalid option.IllegalArgumentException
for the error.@Message(id=31, value="Command contains a null component") IllegalArgumentException nullCommandComponent()
null
component.IllegalArgumentException
for the error.@Message(id=32, value="%s is null") IllegalArgumentException nullVar(String varName)
null
.varName
- the variable name.IllegalArgumentException
for the error.@LogMessage(level=ERROR) @Message(id=33, value="Failed to accept a connection") void failedToAcceptConnection(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=34, value="Failed to close resource %s") void failedToCloseResource(@Cause Throwable cause, Object resource)
cause
- the cause of the error.resource
- the resource.@LogMessage(level=ERROR) @Message(id=35, value="Failed to close the server socket %s") void failedToCloseServerSocket(@Cause Throwable cause, ServerSocket socket)
cause
- the cause of the error.socket
- the server socket.@LogMessage(level=ERROR) @Message(id=36, value="Failed to close a socket") void failedToCloseSocket(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=37, value="Failed to finish the marshaller %s") void failedToFinishMarshaller(@Cause Throwable cause, org.jboss.marshalling.Marshaller marshaller)
cause
- the cause of the error.marshaller
- the marshaller in error.@LogMessage(level=ERROR) @Message(id=38, value="Failed to finish the unmarshaller %s") void failedToFinishUnmarshaller(@Cause Throwable cause, org.jboss.marshalling.Unmarshaller unmarshaller)
cause
- the cause of the error.unmarshaller
- the marshaller in error.@LogMessage(level=ERROR) @Message(id=39, value="Failed to handle incoming connection") void failedToHandleIncomingConnection(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=40, value="Failed to handle socket failure condition") void failedToHandleSocketFailure(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=41, value="Failed to handle socket finished condition") void failedToHandleSocketFinished(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=42, value="Failed to handle socket shut down condition") void failedToHandleSocketShutdown(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=ERROR) @Message(id=43, value="Failed to read a message") void failedToReadMessage(@Cause Throwable cause)
cause
- the cause of the error.@LogMessage(level=WARN) @Message(id=44, value="Leaked a message output stream; cleaning") void leakedMessageOutputStream()
@Message(id=45, value="Failed to create server thread") IOException failedToCreateServerThread()
IOException
for the error.@Message(id=46, value="Failed to read object") IOException failedToReadObject(@Cause Throwable cause)
cause
- the cause of the error.IOException
for the error.@Message(id=47, value="Invalid byte") UTFDataFormatException invalidByte()
UTFDataFormatException
for the error.@Message(id=48, value="Invalid byte:%s(%d)") UTFDataFormatException invalidByte(char c, int i)
c
- the character.i
- the raw integer.UTFDataFormatException
for the error.@Message(id=49, value="Invalid byte token. Expecting \'%s\' received \'%s\'") IOException invalidByteToken(int expected, byte actual)
expected
- the expected value.actual
- the actual value.IOException
for the error.@Message(id=50, value="Invalid command byte read: %s") IOException invalidCommandByte(int commandByte)
commandByte
- the command byte read.IOException
for the error.@Message(id=51, value="Invalid start chunk start [%s]") IOException invalidStartChunk(int chunk)
chunk
- the start chunk.IOException
for the error.@Message(id=56, value="Read %d bytes.") EOFException readBytes(int bytesRead)
bytesRead
- the number of bytes read.EOFException
for the error.@Message(id=58, value="Stream closed") IOException streamClosed()
IOException
for the error.@Message(id=59, value="Thread creation was refused") IllegalStateException threadCreationRefused()
IllegalStateException
for the error.@Message(id=60, value="Unexpected end of stream") EOFException unexpectedEndOfStream()
EOFException
for the error.@Message(id=61, value="Write channel closed") IOException writeChannelClosed()
IOException
for the error.@Message(id=62, value="Writes are already shut down") IOException writesAlreadyShutdown()
IOException
for the error.Copyright © 2023 JBoss by Red Hat. All rights reserved.