SdkNotInitializedException
Constructs a SdkNotInitializedException with no additional information.
Constructs a SdkNotInitializedException with a message.
Parameters
message
A String to be returned from getMessage.
Constructs a SdkNotInitializedException with a message and inner error.
Parameters
message
A String to be returned from getMessage.
throwable
A Throwable to be returned from getCause.
Constructs a SdkNotInitializedException with an inner error.
Parameters
throwable
A Throwable to be returned from getCause.