org.hackystat.telemetry.analyzer.model
Class TelemetryDataModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hackystat.telemetry.analyzer.model.TelemetryDataModelException
All Implemented Interfaces:
java.io.Serializable

public class TelemetryDataModelException
extends java.lang.Exception

Telemetry data model exception.

Author:
(Cedric) Qin ZHANG
See Also:
Serialized Form

Constructor Summary
TelemetryDataModelException(java.lang.String message)
          Constructs this instance with an exception message.
TelemetryDataModelException(java.lang.String message, java.lang.Throwable throwable)
          Constructs this instance with a wrapped exception.
TelemetryDataModelException(java.lang.Throwable throwable)
          Constructs this instance with a wrapped exception.
 
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

TelemetryDataModelException

public TelemetryDataModelException(java.lang.String message)
Constructs this instance with an exception message.

Parameters:
message - The exception message.

TelemetryDataModelException

public TelemetryDataModelException(java.lang.Throwable throwable)
Constructs this instance with a wrapped exception.

Parameters:
throwable - The wrapped exception.

TelemetryDataModelException

public TelemetryDataModelException(java.lang.String message,
                                   java.lang.Throwable throwable)
Constructs this instance with a wrapped exception.

Parameters:
message - The message.
throwable - The wrapped exception.