CipherSuiteNotSupportedException

public class CipherSuiteNotSupportedException extends 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.

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

CipherSuiteNotSupportedException

Added in 1.0.0-alpha04
public CipherSuiteNotSupportedException(@NonNull String message)

Constructs a new CipherSuiteNotSupportedException exception.

Parameters
@NonNull String message

the detail message.

CipherSuiteNotSupportedException

Added in 1.0.0-alpha04
public CipherSuiteNotSupportedException(
    @NonNull String message,
    @NonNull Throwable cause
)

Constructs a new CipherSuiteNotSupportedException exception.

Parameters
@NonNull String message

the detail message.

@NonNull Throwable cause

the cause.