Class ApiConnectionException

All Implemented Interfaces:
Serializable

public class ApiConnectionException extends NetToolKitException
ApiConnectionException is thrown when the client cannot connect to the web API. There should always be an underlying cause for this exceptions; for example a java.net.ConnectException or java.io.IOException.
See Also: