# Print output for @column tags ?>
public
class
EphemeralPublicKeyNotFoundException
extends IdentityCredentialException
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | android.security.identity.IdentityCredentialException | |||
| ↳ | android.security.identity.EphemeralPublicKeyNotFoundException | |||
Thrown if the ephemeral public key was not found in the session transcript
passed to IdentityCredential#getEntries(byte[], Map, byte[], byte[]).
Public constructors | |
|---|---|
EphemeralPublicKeyNotFoundException(String message)
Constructs a new |
|
EphemeralPublicKeyNotFoundException(String message, Throwable cause)
Constructs a new |
|
Inherited methods | |
|---|---|
public EphemeralPublicKeyNotFoundException (String message)
Constructs a new EphemeralPublicKeyNotFoundException exception.
| Parameters | |
|---|---|
message |
String: the detail message.
This value cannot be null. |
public EphemeralPublicKeyNotFoundException (String message, Throwable cause)
Constructs a new EphemeralPublicKeyNotFoundException exception.
| Parameters | |
|---|---|
message |
String: the detail message.
This value cannot be null. |
cause |
Throwable: the cause.
This value cannot be null. |