com.genesyslab.omsdk.mil.exception
Class MILInteractionServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.genesyslab.omsdk.commons.exception.OMSDKException
com.genesyslab.omsdk.mil.exception.MILBaseException
com.genesyslab.omsdk.mil.exception.MILRequestFailedException
com.genesyslab.omsdk.mil.exception.MILInteractionServerException
- All Implemented Interfaces:
- java.io.Serializable
- public class MILInteractionServerException
- extends MILRequestFailedException
Exception thrown when a request to Interaction Server fails.
- Since:
- 7.1.000.00
- See Also:
- Serialized Form
|
Method Summary |
int |
getCode()
Returns Interaction Server’s error code. |
java.lang.String |
getDescription()
Returns Interaction Server’s error description. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MILInteractionServerException
public MILInteractionServerException(java.lang.String message,
int code,
java.lang.String description)
MILInteractionServerException
public MILInteractionServerException(java.lang.String message,
java.lang.Exception cause,
int code,
java.lang.String description)
getCode
public int getCode()
- Returns Interaction Server’s error code.
- Returns:
- Interaction Server’s error code
getDescription
public java.lang.String getDescription()
- Returns Interaction Server’s error description.
- Returns:
- Interaction Server’s error description