public class OTxException extends Object implements OTransactionResultPayload
Modifier and Type | Field and Description |
---|---|
static int |
ID |
Constructor and Description |
---|
OTxException(RuntimeException exception) |
Modifier and Type | Method and Description |
---|---|
RuntimeException |
getException() |
int |
getResponseType() |
void |
setException(RuntimeException exception) |
public static final int ID
public OTxException(RuntimeException exception)
public RuntimeException getException()
public void setException(RuntimeException exception)
public int getResponseType()
getResponseType
in interface OTransactionResultPayload
Copyright © 2009–2020 OrientDB. All rights reserved.