Package com.apple.foundationdb.async
Interface CloneableException
-
- All Known Implementing Classes:
FDBException
public interface CloneableExceptionAnExceptionthat can be duplicated with a new backtrace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ExceptionretargetClone()Create and return a newExceptionthat has a backtrace including the calling line of code.
-