Package com.apple.foundationdb.async
Interface CloneableException
- All Known Implementing Classes:
FDBException
public interface CloneableException
An
Exception
that can be duplicated with a new backtrace.-
Method Summary
Modifier and TypeMethodDescriptionCreate and return a newException
that has a backtrace including the calling line of code.
-
Method Details
-
retargetClone
Exception retargetClone()Create and return a newException
that has a backtrace including the calling line of code.- Returns:
- a newly created
Exception
.
-