org.jcoderz.commons.connector
Class ConLogMessage.ConnectionResponseFailed

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

public static final class ConLogMessage.ConnectionResponseFailed
extends ConLogMessage
implements Serializable

Failure whilst receiving a response from {org.jcoderz.commons.types.Url:url}. .

This class holds the static data for the CONNECTION_RESPONSE_FAILED 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_RESPONSE_FAILED.
static Level LOG_LEVEL
          The LogLevel to use.
static String PARAM_URL
          The parameter url for the log message text.
static String SYMBOL
          The unique symbolic String of the log message CONNECTION_RESPONSE_FAILED.
 
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)
          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_RESPONSE_FAILED.

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

SYMBOL

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

See Also:
Constant Field Values
description
Failure whilst receiving a response from {org.jcoderz.commons.types.Url:url}.
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)
Adds the given message parameters to the loggable.

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


Copyright 2007 The jCoderZ Project.