org.jcoderz.commons.connector
Class ConLogMessage.ConnectionTimeoutError

java.lang.Object
  extended by org.jcoderz.commons.LogMessageInfoImpl
      extended by org.jcoderz.commons.connector.ConLogMessage
          extended by org.jcoderz.commons.connector.ConLogMessage.ConnectionTimeoutError
All Implemented Interfaces:
Serializable, LogMessageInfo
Enclosing class:
ConLogMessage

public static final class ConLogMessage.ConnectionTimeoutError
extends ConLogMessage
implements Serializable

Connection timeout whilst waiting for response from {org.jcoderz.commons.types.Url:url}. Previous failures are {String:failures}. .

This class holds the static data for the CONNECTION_TIMEOUT_ERROR log message.

It holds the following parameters:

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jcoderz.commons.connector.ConLogMessage
ConLogMessage.ConnectionRequestFailed, ConLogMessage.ConnectionResponseFailed, ConLogMessage.ConnectionTimeoutError, ConLogMessage.CreatingConnectorFailed, ConLogMessage.InitializingSslFailed
 
Field Summary
static int INT_VALUE
          The unique integer value of the log message CONNECTION_TIMEOUT_ERROR.
static Level LOG_LEVEL
          The LogLevel to use.
static String PARAM_FAILURES
          The parameter failures for the log message text.
static String PARAM_URL
          The parameter url for the log message text.
static String SYMBOL
          The unique symbolic String of the log message CONNECTION_TIMEOUT_ERROR.
 
Fields inherited from class org.jcoderz.commons.connector.ConLogMessage
CONNECTION_REQUEST_FAILED, CONNECTION_RESPONSE_FAILED, CONNECTION_TIMEOUT_ERROR, CREATING_CONNECTOR_FAILED, INITIALIZING_SSL_FAILED
 
Method Summary
static Loggable addParameters(Loggable loggable, Url url, String failures)
          Adds the given message parameters to the loggable.
 
Methods inherited from class org.jcoderz.commons.connector.ConLogMessage
fromInt, fromString
 
Methods inherited from class org.jcoderz.commons.LogMessageInfoImpl
formatMessage, getAppName, getAppNameAbbreviation, getBusinessImpact, getCategory, getGroupName, getGroupNameAbbreviation, getLogLevel, getMessagePattern, getParameterList, getSolution, getSymbol, toInt, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INT_VALUE

public static final int INT_VALUE
The unique integer value of the log message CONNECTION_TIMEOUT_ERROR.

See Also:
Constant Field Values

PARAM_URL

public static final String PARAM_URL
The parameter url for the log message text.

See Also:
Constant Field Values

PARAM_FAILURES

public static final String PARAM_FAILURES
The parameter failures for the log message text.

See Also:
Constant Field Values

SYMBOL

public static final String SYMBOL
The unique symbolic String of the log message CONNECTION_TIMEOUT_ERROR.

See Also:
Constant Field Values
description
Connection timeout whilst waiting for response from {org.jcoderz.commons.types.Url:url}. Previous failures are {String:failures}.
solution
Review the nested exception(s) to determine the problem that led to the error condition.

LOG_LEVEL

public static final Level LOG_LEVEL
The LogLevel to use.

Method Detail

addParameters

public static Loggable addParameters(Loggable loggable,
                                     Url url,
                                     String failures)
Adds the given message parameters to the loggable.

Parameters:
loggable - the loggable to initialize.
url - The url used in the message.
failures - The failures used in the message.
Returns:
the given initialized loggable.


Copyright 2007 The jCoderZ Project.