public class SamplingManagerException
extends java.lang.Exception
| Constructor and Description |
|---|
SamplingManagerException()
Generic constructor, same as Exception
|
SamplingManagerException(java.lang.String msg)
Adds a message to the Generic Exception
|
SamplingManagerException(java.lang.String msg,
java.lang.Exception e)
Another extension of Exception, now also adds a Generic Exception to the mix
|
public SamplingManagerException()
Exceptionpublic SamplingManagerException(java.lang.String msg)
msg - Message to be added to the regular Exceptionpublic SamplingManagerException(java.lang.String msg,
java.lang.Exception e)
msg - Message to be added to the Exceotione - Generic Exception to be attached