com.motorola.oem.call
Class CallException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.motorola.oem.OEMException
              extended by com.motorola.oem.call.CallException

public class CallException
extends OEMException

Specific exception type for the Call API.


Field Summary
 
Fields inherited from class com.motorola.oem.OEMException
CONFIGURATION_ERROR, CONSTRUCT_CLASS_ERROR, GENERAL_ERROR, ILLEGAL_PARAM_ERROR
 
Constructor Summary
CallException(java.lang.Exception e)
          Constructs a CallException with the specified Exception properties.
CallException(int err_code)
          Constructs a CallException with the specified error code.
CallException(java.lang.String errorMessage)
          Constructs a CallException with the specified error message.
 
Method Summary
 
Methods inherited from class com.motorola.oem.OEMException
getErrorCode
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallException

public CallException(java.lang.String errorMessage)
Constructs a CallException with the specified error message.

Parameters:
errorMessage - error message string.

CallException

public CallException(java.lang.Exception e)
Constructs a CallException with the specified Exception properties.

Parameters:
e - error message reference.

CallException

public CallException(int err_code)
Constructs a CallException with the specified error code.

Parameters:
err_code - error code.