# Print output for @column tags ?>
public
class
CipherSuiteNotSupportedException
extends IdentityCredentialException
java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | android.security.identity.IdentityCredentialException | |||
↳ | android.security.identity.CipherSuiteNotSupportedException |
Thrown if trying to use a cipher suite which isn't supported.
Public constructors | |
---|---|
CipherSuiteNotSupportedException(String message)
Constructs a new |
|
CipherSuiteNotSupportedException(String message, Throwable cause)
Constructs a new |
Inherited methods | |
---|---|
public CipherSuiteNotSupportedException (String message)
Constructs a new CipherSuiteNotSupportedException
exception.
Parameters | |
---|---|
message |
String : the detail message.
This value cannot be null . |
public CipherSuiteNotSupportedException (String message, Throwable cause)
Constructs a new CipherSuiteNotSupportedException
exception.
Parameters | |
---|---|
message |
String : the detail message.
This value cannot be null . |
cause |
Throwable : the cause.
This value cannot be null . |