org.apache.mahout.classifier.bayes
Class InvalidDatastoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.mahout.classifier.bayes.InvalidDatastoreException
All Implemented Interfaces:
Serializable

public final class InvalidDatastoreException
extends Exception

Exception thrown when illegal access is done on the datastore or when the backend storage goes down. Check inner exception for detail

See Also:
Serialized Form

Constructor Summary
InvalidDatastoreException()
           
InvalidDatastoreException(String message)
           
InvalidDatastoreException(String msg, Throwable throwable)
           
InvalidDatastoreException(Throwable throwable)
           
 
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

InvalidDatastoreException

public InvalidDatastoreException()

InvalidDatastoreException

public InvalidDatastoreException(String message)

InvalidDatastoreException

public InvalidDatastoreException(String msg,
                                 Throwable throwable)

InvalidDatastoreException

public InvalidDatastoreException(Throwable throwable)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.