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