org.apache.mahout.classifier.bayes
Class InvalidDatastoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.