net.opentsdb.core
Class IllegalDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by net.opentsdb.core.IllegalDataException
All Implemented Interfaces:
Serializable

public final class IllegalDataException
extends IllegalStateException

Some illegal / malformed / corrupted data has been found in HBase.

See Also:
Serialized Form

Constructor Summary
IllegalDataException(String msg)
          Constructor.
IllegalDataException(String msg, Throwable cause)
          Constructor.
 
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

IllegalDataException

public IllegalDataException(String msg)
Constructor.

Parameters:
msg - Message describing the problem.

IllegalDataException

public IllegalDataException(String msg,
                            Throwable cause)
Constructor.

Parameters:
msg - Message describing the problem.