public class NetricsRecSrcException
extends java.lang.Exception
| Constructor and Description |
|---|
NetricsRecSrcException(java.lang.String desc)
Create an exception with a description.
|
NetricsRecSrcException(java.lang.String desc,
java.lang.Throwable cause)
Create an exception with a description and a cause.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return a human readable string form of the exception.
|
public NetricsRecSrcException(java.lang.String desc)
desc - the description of the exception.public NetricsRecSrcException(java.lang.String desc,
java.lang.Throwable cause)
desc - the description of the exception.cause - the error or exception that caused this to be thrown.