Package rx.exceptions
Class CompositeException.CompositeExceptionCausalChain
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- rx.exceptions.CompositeException.CompositeExceptionCausalChain
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CompositeException
static final class CompositeException.CompositeExceptionCausalChain extends java.lang.RuntimeException
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.String
MESSAGE
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CompositeExceptionCausalChain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
MESSAGE
static final java.lang.String MESSAGE
- See Also:
- Constant Field Values
-
-