|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcoderz.commons.BaseRuntimeException
org.jcoderz.commons.connector.InitializingSslFailedException
public class InitializingSslFailedException
Initializing SSL for outgoing connections failed with reason {String:reason}.
This exception encapsulates the log message
ConLogMessage.INITIALIZING_SSL_FAILED.
| 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 |
|---|
public InitializingSslFailedException(String reason,
Throwable cause)
reason - The reason used in the message.cause - the cause of this exception.public InitializingSslFailedException(String reason)
reason - The reason used in the message.protected InitializingSslFailedException(ConLogMessage messageInfo)
messageInfo - the log message info for this exception
protected InitializingSslFailedException(ConLogMessage messageInfo,
Throwable cause)
messageInfo - the log message info for this exceptioncause - the problem that caused this exception to be thrown| Method Detail |
|---|
public String valueOfReason()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||