sudoemail
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sudoemail
sudoemail
/
com.sudoplatform.sudoemail
/
SudoEmailClient
/
Builder
/
ConfigurationException
Configuration
Exception
class
ConfigurationException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RuntimeException
A configuration item that is needed is missing
Members
Constructors
Configuration
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?