public class InvalidEncryptionMaterials
extends java.lang.RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static interface |
InvalidEncryptionMaterials.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
InvalidEncryptionMaterials(software.amazon.cryptography.materialproviders.model.InvalidEncryptionMaterials.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
static InvalidEncryptionMaterials.Builder |
builder() |
java.lang.Throwable |
cause()
See
Throwable.getCause(). |
java.lang.String |
message()
See
Throwable.getMessage(). |
InvalidEncryptionMaterials.Builder |
toBuilder() |
protected InvalidEncryptionMaterials(software.amazon.cryptography.materialproviders.model.InvalidEncryptionMaterials.BuilderImpl builder)
public java.lang.String message()
Throwable.getMessage().public java.lang.Throwable cause()
Throwable.getCause().public InvalidEncryptionMaterials.Builder toBuilder()
public static InvalidEncryptionMaterials.Builder builder()