org.jcoderz.commons.connector
Class ConLogMessage.InitializingSslFailed

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

public static final class ConLogMessage.InitializingSslFailed
extends ConLogMessage
implements Serializable

Initializing SSL for outgoing connections failed with reason {String:reason}. .

This class holds the static data for the INITIALIZING_SSL_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 INITIALIZING_SSL_FAILED.
static Level LOG_LEVEL
          The LogLevel to use.
static String PARAM_REASON
          The parameter reason for the log message text.
static String SYMBOL
          The unique symbolic String of the log message INITIALIZING_SSL_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, String reason)
          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 INITIALIZING_SSL_FAILED.

See Also:
Constant Field Values

PARAM_REASON

public static final String PARAM_REASON
The parameter reason for the log message text.

See Also:
Constant Field Values

SYMBOL

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

See Also:
Constant Field Values
description
Initializing SSL for outgoing connections failed with reason {String:reason}.
solution
Check the keystore in use. If appropriate set a new ssl keystore for the system via Administration Tool command 'setSslCertificateStore'.

LOG_LEVEL

public static final Level LOG_LEVEL
The LogLevel to use.

Method Detail

addParameters

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

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


Copyright 2007 The jCoderZ Project.