public class UnknownAttestationRecordResponse
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
isMessage
The detailed message.
|
| Constructor and Description |
|---|
UnknownAttestationRecordResponse()
Creates a new UnknownAttestationRecordResponse object.
|
UnknownAttestationRecordResponse(java.lang.String isMessage)
Constructs a new UnknownAttestationRecordResponse with the
specified detail message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates and returns a copy of this object.The method clone performs
a specific cloning operation, if the class of this object does not
implement the interface Cloneable, then a CloneNotSupportedException
is thrown.
|
public java.lang.String isMessage
public UnknownAttestationRecordResponse()
public UnknownAttestationRecordResponse(java.lang.String isMessage)
isMessage - the detailed message. The detailed message is saved
for later retrieval by the Throwable.getMessage() method.public java.lang.Object clone()
clone in class java.lang.Objectjava.lang.Error - Error if any of the components cannot be cloned