public final class SoDEngineConnectionException
extends java.lang.Exception
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
isMessage
The detailed message.
|
Constructor and Description |
---|
SoDEngineConnectionException()
Creates a new tcAPIException object.
|
SoDEngineConnectionException(java.lang.String isMessage)
Constructs a new SoDEngineConnectionException with the
specified detail message.
|
SoDEngineConnectionException(java.lang.String isMessage,
java.lang.Exception ex) |
SoDEngineConnectionException(java.lang.String errorCode,
java.lang.String isMessage)
Constructs a new SoDEngineConnectionException with the specified error code and
detail message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorCode()
Returns the error code associated with SoDEngineConnectionException
|
java.lang.String |
getMessage()
Returns the error message associated with SoDEngineConnectionException
|
void |
SetErrorCode(java.lang.String code)
Method to set the Error code on SoDEngineConnectionException
|
void |
SetMessage(java.lang.String message)
Method to set the Error message on SoDEngineConnectionException
|
public java.lang.String isMessage
public SoDEngineConnectionException()
public SoDEngineConnectionException(java.lang.String isMessage)
isMessage
- the detailed message. The detailed message is saved
for later retrieval by the Throwable.getMessage() method.public SoDEngineConnectionException(java.lang.String errorCode, java.lang.String isMessage)
errorCode
- the error codeisMessage
- the detailed message. The detailed message is saved
for later retrieval by the Throwable.getMessage() method.public SoDEngineConnectionException(java.lang.String isMessage, java.lang.Exception ex)
public void SetErrorCode(java.lang.String code)
code,
- error code to be setpublic java.lang.String getErrorCode()
public void SetMessage(java.lang.String message)
message,
- error message to be setpublic java.lang.String getMessage()
getMessage
in class java.lang.Throwable