
public abstract class OException extends RuntimeException
| Constructor and Description |
|---|
OException(OException exception)
This constructor is needed to restore and reproduce exception on client side in case of remote storage exception handling.
|
OException(String message) |
| Modifier and Type | Method and Description |
|---|---|
static Throwable |
getFirstCause(Throwable iRootException) |
static OException |
wrapException(OException exception,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OException(String message)
public OException(OException exception)
public static OException wrapException(OException exception, Throwable cause)
Copyright © 2009–2025 OrientDB. All rights reserved.