Class OpenTsdbException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.elastisys.autoscaler.systemhistorians.opentsdb.OpenTsdbException
-
- All Implemented Interfaces:
java.io.Serializable
public class OpenTsdbException extends java.lang.ExceptionThrown to indicate an error condition while communicating with an OpenTSDB server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenTsdbException()Constructs a newOpenTsdbException.OpenTsdbException(java.lang.String message)Constructs a newOpenTsdbException.OpenTsdbException(java.lang.String message, java.lang.Throwable cause)Constructs a newOpenTsdbException.OpenTsdbException(java.lang.Throwable cause)Constructs a newOpenTsdbException.
-
-
-
Constructor Detail
-
OpenTsdbException
public OpenTsdbException()
Constructs a newOpenTsdbException.
-
OpenTsdbException
public OpenTsdbException(java.lang.String message, java.lang.Throwable cause)Constructs a newOpenTsdbException.- Parameters:
message-cause-
-
OpenTsdbException
public OpenTsdbException(java.lang.String message)
Constructs a newOpenTsdbException.- Parameters:
message-
-
OpenTsdbException
public OpenTsdbException(java.lang.Throwable cause)
Constructs a newOpenTsdbException.- Parameters:
cause-
-
-