@PublicAPI public class ReactionException extends java.lang.Exception
Reactor
,
Serialized FormConstructor and Description |
---|
ReactionException() |
ReactionException(java.lang.String msg) |
ReactionException(java.lang.String msg,
java.lang.Throwable e) |
ReactionException(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the detailed message string of this exception, plus all the
causes concatenated.
|