com.genesyslab.omsdk.mil.exception
Class MILInteractionServerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.genesyslab.omsdk.commons.exception.OMSDKException
              extended bycom.genesyslab.omsdk.mil.exception.MILBaseException
                  extended bycom.genesyslab.omsdk.mil.exception.MILRequestFailedException
                      extended bycom.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

Constructor Summary
MILInteractionServerException(java.lang.String message, java.lang.Exception cause, int code, java.lang.String description)
           
MILInteractionServerException(java.lang.String message, int code, java.lang.String description)
           
 
Method Summary
 int getCode()
          Returns Interaction Server’s error code.
 java.lang.String getDescription()
          Returns Interaction Server’s error description.
 
Methods inherited from class com.genesyslab.omsdk.commons.exception.OMSDKException
getExceptionCause
 
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
 

Constructor Detail

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)
Method Detail

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