Package com.android.identity
Class CipherSuiteNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.android.identity.IdentityCredentialException
-
- com.android.identity.CipherSuiteNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class CipherSuiteNotSupportedException extends IdentityCredentialException
Thrown if trying to use a cipher suite which isn't supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CipherSuiteNotSupportedException(java.lang.String message)
Constructs a newCipherSuiteNotSupportedException
exception.CipherSuiteNotSupportedException(java.lang.String message, java.lang.Throwable cause)
Constructs a newCipherSuiteNotSupportedException
exception.
-
-
-
Constructor Detail
-
CipherSuiteNotSupportedException
public CipherSuiteNotSupportedException(@NonNull java.lang.String message)
Constructs a newCipherSuiteNotSupportedException
exception.- Parameters:
message
- the detail message.
-
CipherSuiteNotSupportedException
public CipherSuiteNotSupportedException(@NonNull java.lang.String message, @NonNull java.lang.Throwable cause)
Constructs a newCipherSuiteNotSupportedException
exception.- Parameters:
message
- the detail message.cause
- the cause.
-
-