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