Class GraphiteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pipecraft.infra.monitoring.graphite.GraphiteException
-
- All Implemented Interfaces:
Serializable
public class GraphiteException extends Exception
Graphite exception- Author:
- Michal Rockban
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GraphiteException(String message)GraphiteException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-