com.axeda.esrs.portal.callback
Class AxedaCallbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.axeda.esrs.portal.callback.AxedaCallbackException
- All Implemented Interfaces:
- AxedaSDKException, java.io.Serializable
public class AxedaCallbackException
- extends java.lang.Exception
- implements AxedaSDKException
Created by IntelliJ IDEA.
User: kholbrook
Date: Jul 8, 2009
Time: 9:16:17 AM
To change this template use File | Settings | File Templates.
- See Also:
- Serialized Form
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLASS_NOT_FOUND
public static final int CLASS_NOT_FOUND
- See Also:
- Constant Field Values
CLASS_NOT_INSTANTIATED
public static final int CLASS_NOT_INSTANTIATED
- See Also:
- Constant Field Values
CLASS_NOT_ACCESSIBLE
public static final int CLASS_NOT_ACCESSIBLE
- See Also:
- Constant Field Values
INVALID_NUMBER_OF_ARGUMENTS
public static final int INVALID_NUMBER_OF_ARGUMENTS
- See Also:
- Constant Field Values
DEVICE_NOT_FOUND
public static final int DEVICE_NOT_FOUND
- See Also:
- Constant Field Values
MODEL_NOT_FOUND
public static final int MODEL_NOT_FOUND
- See Also:
- Constant Field Values
REMOTE_APPLICATION_NOT_FOUND
public static final int REMOTE_APPLICATION_NOT_FOUND
- See Also:
- Constant Field Values
AxedaCallbackException
public AxedaCallbackException(int errorCode)
getCode
public int getCode()
- Specified by:
getCode in interface AxedaSDKException