979899100101102103104
} else if (cause instanceof AchillesStaleObjectStateException) { return (AchillesStaleObjectStateException) cause; } else if (cause instanceof AchillesException) { return (AchillesException) cause; } else { return new AchillesException(cause); } }