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