- All Implemented Interfaces:
- java.io.Serializable
public class CstaException
extends java.lang.Exception
CstaException is a predefined Exception class is thrown by SDK when all kinds of error happens during run time.
CstaException is used to record all kinds of errors and provides Error Cause and Error messages, including exception stack trace.
Application has to catch all the CstaException that thrown by SDK and handle them correctly before continuing.
A CstaException is thrown when:
A CSTA request is time out (No response within 9 seconds
Network failures
CSTA Server error
XML Malform/Demarshall error
All the other erroneous cases
- Since:
- 1.0.0
- Version:
- 1.0.0
- See Also:
- Serialized Form