public class GangliaException extends Exception
Constructor and Description |
---|
GangliaException()
Creates a new instance of
GangliaException without detail message. |
GangliaException(String msg)
Constructs an instance of
GangliaException with the specified detail message. |
GangliaException(String msg,
Throwable cause)
Constructs an instance of
GangliaException with the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GangliaException()
GangliaException
without detail message.public GangliaException(String msg)
GangliaException
with the specified detail message.msg
- the detail message.Copyright © 2016. All rights reserved.