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 OException |
wrapException(OException exception,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OException(String message)
public OException(OException exception)
public static OException wrapException(OException exception, Throwable cause)
Copyright © 2009–2020 OrientDB. All rights reserved.