org.apache.cassandra.analytics
Class AnalyticsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.cassandra.analytics.AnalyticsException
All Implemented Interfaces:
java.io.Serializable

public class AnalyticsException
extends java.lang.RuntimeException

General-purpose, unchecked metrics exception. Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com ) & Karthik Ranganathan ( kranganathan@facebook.com )

See Also:
Serialized Form

Constructor Summary
AnalyticsException()
          Creates a new instance of MetricsException
AnalyticsException(java.lang.String message)
          Creates a new instance of MetricsException
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalyticsException

public AnalyticsException()
Creates a new instance of MetricsException


AnalyticsException

public AnalyticsException(java.lang.String message)
Creates a new instance of MetricsException

Parameters:
message - an error message


Copyright © 2009 The Apache Software Foundation