public class CausedBy
extends Object
Usage: try { ... } catch { case CausedBy(ex: CommitDeniedException) => ... }
| Constructor and Description | 
|---|
| CausedBy() | 
| Modifier and Type | Method and Description | 
|---|---|
| static scala.Option<Throwable> | unapply(Throwable e) |