com.motorola.oem.network
Class NetworkUSSDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.motorola.oem.OEMException
com.motorola.oem.network.NetworkUSSDException
public class NetworkUSSDException
- extends OEMException
Exception type for NetworkUSSD class.
Constructor Summary |
NetworkUSSDException(int errorCode,
java.lang.String errorMessage)
Constructs a NetworkUSSDException object with the specified error code and 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 |
PLATFORM_ERROR
public static final int PLATFORM_ERROR
- USSD Platform Error
- See Also:
- Constant Field Values
SYNTAX_ERROR
public static final int SYNTAX_ERROR
- USSD Syntax Error
- See Also:
- Constant Field Values
UNSUPPORTED_DCS_ERROR
public static final int UNSUPPORTED_DCS_ERROR
- USSD Unsupported DCS Error
- See Also:
- Constant Field Values
NetworkUSSDException
public NetworkUSSDException(int errorCode,
java.lang.String errorMessage)
- Constructs a NetworkUSSDException object with the specified error code and error message.
- Parameters:
errorMessage
- error message to be used.errorCode
- error code of specific NetworkUSSD API exception type.