CipherSuiteNotSupportedException

class CipherSuiteNotSupportedException : IdentityCredentialException


Thrown if trying to use a cipher suite which isn't supported.

Summary

Public constructors

Constructs a new CipherSuiteNotSupportedException exception.

Constructs a new CipherSuiteNotSupportedException exception.

Public constructors

CipherSuiteNotSupportedException

Added in 1.0.0-alpha04
CipherSuiteNotSupportedException(message: String)

Constructs a new CipherSuiteNotSupportedException exception.

Parameters
message: String

the detail message.

CipherSuiteNotSupportedException

Added in 1.0.0-alpha04
CipherSuiteNotSupportedException(message: String, cause: Throwable)

Constructs a new CipherSuiteNotSupportedException exception.

Parameters
message: String

the detail message.

cause: Throwable

the cause.