|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jcoderz.commons.BaseException
org.jcoderz.commons.connector.ConnectorException
org.jcoderz.commons.connector.ConnectionRequestFailedException
public class ConnectionRequestFailedException
Failure whilst sending a request to {org.jcoderz.commons.types.Url:url}.
This exception encapsulates the log message
ConLogMessage.CONNECTION_REQUEST_FAILED.
| Constructor Summary | |
|---|---|
protected |
ConnectionRequestFailedException(ConLogMessage messageInfo)
Constructor getting an log message info. |
protected |
ConnectionRequestFailedException(ConLogMessage messageInfo,
Throwable cause)
Constructor getting an log message info and a root exception. |
|
ConnectionRequestFailedException(Url url)
Constructs a connection request failed exception with a cause. |
|
ConnectionRequestFailedException(Url url,
Throwable cause)
Constructs a connection request failed exception with a cause. |
| Method Summary | |
|---|---|
Url |
valueOfUrl()
Returns the value of the parameter url. |
| Methods inherited from class org.jcoderz.commons.BaseException |
|---|
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 ConnectionRequestFailedException(Url url,
Throwable cause)
url - The url used in the message.cause - the cause of this exception.public ConnectionRequestFailedException(Url url)
url - The url used in the message.protected ConnectionRequestFailedException(ConLogMessage messageInfo)
messageInfo - the log message info for this exception
protected ConnectionRequestFailedException(ConLogMessage messageInfo,
Throwable cause)
messageInfo - the log message info for this exceptioncause - the problem that caused this exception to be thrown| Method Detail |
|---|
public Url valueOfUrl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||