com.motorola.oem.call
Class CallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.motorola.oem.OEMException
com.motorola.oem.call.CallException
public class CallException
- extends OEMException
Specific exception type for the Call API.
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. |
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 |
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.