Class ApiClientInitializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.symphony.bdk.core.client.exception.ApiClientInitializationException
All Implemented Interfaces:
Serializable

@API(status=STABLE) public class ApiClientInitializationException extends RuntimeException
Exception thrown when initializing the ApiClient. This can be triggered when in several situation such as:
  • trying to build a Client with certificate but path and password have not been properly configured
  • the certificate could not be read

Note: This is an unchecked since this kind of error can only happen when the application starts.

See Also:
  • Constructor Details

    • ApiClientInitializationException

      public ApiClientInitializationException(String message)