public class GangliaException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
GangliaException()
Creates a new instance of
GangliaException without detail message. |
GangliaException(java.lang.String msg)
Constructs an instance of
GangliaException with the specified detail message. |
GangliaException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of
GangliaException with the specified detail message and cause. |
private static final long serialVersionUID
public GangliaException()
GangliaException without detail message.public GangliaException(java.lang.String msg)
GangliaException with the specified detail message.msg - the detail message.public GangliaException(java.lang.String msg,
java.lang.Throwable cause)
GangliaException with the specified detail message and cause.msg - the detail messagecause - the cause