public class PropagationException extends ModelException
| Constructor and Description |
|---|
PropagationException()
Creates a new instance of
PropagationException without detail message. |
PropagationException(java.lang.String msg)
Constructs an instance of
PropagationException with the specified detail message. |
public PropagationException()
PropagationException without detail message.public PropagationException(java.lang.String msg)
PropagationException with the specified detail message.msg - the detail message.