clj-odbp.network.exception
create-exception
(create-exception causes)
Create an ExceptionInfo based on the class of the OrientDB exception.
deserialize-exception
(deserialize-exception in)
De-serialize OrientDB exception from DataInputStream `in`.
handle-exception
(handle-exception in)
De-serialize an OrientDB exception in DataInputStream `in` and throw it.
manage-exception
multimethod
Manage the exception according to its type.