Class ApiException

All Implemented Interfaces:
Serializable

public class ApiException extends AtlanException
Error that occurs when the SDK receives a response that indicates a problem, but that the SDK currently has no other way of interpreting. Basically, this is a catch-all for errors that do not fit any more specific exception.
See Also: