Class ApiConnectionException

All Implemented Interfaces:
Serializable

public class ApiConnectionException extends AtlanException
Error that occurs when there is an intermittent issue with the API, such as a network outage or an inability to connect due to an incorrect URL.
See Also:
  • Constructor Details

    • ApiConnectionException

      public ApiConnectionException(ErrorCode error)
    • ApiConnectionException

      public ApiConnectionException(ErrorCode error, Throwable e, String... params)