Class EdsTaskException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.verizon.mec.edsclientsdkutils.EdsTaskException
-
- All Implemented Interfaces:
java.io.Serializable
public class EdsTaskException extends java.lang.Exception
EDS SDK exception for Task Wrapper. Allows access to EDS error code in Task wrapper where all non-success outcomes result in exception. Error code will be same as provided inIEdgeDiscoveryCallback.onError(int, String, Throwable)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EdsTaskException(int errCode, java.lang.String msg, java.lang.Throwable ex)
Constructor - not intended for use by calling application.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEdsErrorCode()
EDS Error code
-