public class ReactionRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
ReactionRuntimeException(java.lang.String msg)
Constructs a new default runtime exception.
|
public ReactionRuntimeException(java.lang.String msg)
msg - This is the message string which is used to describe the error
condition.