org.jcoderz.commons.connector
Class InitializingSslFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jcoderz.commons.BaseRuntimeException
                  extended by org.jcoderz.commons.connector.InitializingSslFailedException
All Implemented Interfaces:
Serializable, Loggable

public class InitializingSslFailedException
extends BaseRuntimeException

Initializing SSL for outgoing connections failed with reason {String:reason}. This exception encapsulates the log message ConLogMessage.INITIALIZING_SSL_FAILED.

Author:
generated
See Also:
Serialized Form

Constructor Summary
protected InitializingSslFailedException(ConLogMessage messageInfo)
          Constructor getting an log message info.
protected InitializingSslFailedException(ConLogMessage messageInfo, Throwable cause)
          Constructor getting an log message info and a root exception.
  InitializingSslFailedException(String reason)
          Constructs a initializing ssl failed exception with a cause.
  InitializingSslFailedException(String reason, Throwable cause)
          Constructs a initializing ssl failed exception with a cause.
 
Method Summary
 String valueOfReason()
          Returns the value of the parameter reason.
 
Methods inherited from class org.jcoderz.commons.BaseRuntimeException
addParameter, getCause, getEventTime, getInstanceId, getLogMessageInfo, getMessage, getNodeId, getParameter, getParameterNames, getSourceClass, getSourceMethod, getThreadId, getThreadName, getTrackingNumber, initCause, log, logCreation, toDetailedString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitializingSslFailedException

public InitializingSslFailedException(String reason,
                                      Throwable cause)
Constructs a initializing ssl failed exception with a cause.

Parameters:
reason - The reason used in the message.
cause - the cause of this exception.

InitializingSslFailedException

public InitializingSslFailedException(String reason)
Constructs a initializing ssl failed exception with a cause.

Parameters:
reason - The reason used in the message.

InitializingSslFailedException

protected InitializingSslFailedException(ConLogMessage messageInfo)
Constructor getting an log message info. This constructor is for generated exceptions internal use only.

Parameters:
messageInfo - the log message info for this exception

InitializingSslFailedException

protected InitializingSslFailedException(ConLogMessage messageInfo,
                                         Throwable cause)
Constructor getting an log message info and a root exception. This constructor is for generated exceptions internal use only.

Parameters:
messageInfo - the log message info for this exception
cause - the problem that caused this exception to be thrown
Method Detail

valueOfReason

public String valueOfReason()
Returns the value of the parameter reason.

Returns:
the value of the parameter reason.


Copyright 2007 The jCoderZ Project.