public class CentralDispatcherException
extends java.lang.Exception
Constructor and Description |
---|
CentralDispatcherException(java.lang.String msg)
constructor
|
CentralDispatcherException(java.lang.String msg,
java.lang.Throwable e)
constructor
|
CentralDispatcherException(java.lang.Throwable e)
constructor
|
public CentralDispatcherException(java.lang.String msg)
msg
- messagepublic CentralDispatcherException(java.lang.Throwable e)
e
- cause Throwablepublic CentralDispatcherException(java.lang.String msg, java.lang.Throwable e)
msg
- messagee
- cause Throwable