org.kitesdk.data
Class DatasetRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kitesdk.data.DatasetException
org.kitesdk.data.DatasetRepositoryException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DatasetExistsException, DatasetNotFoundException
public class DatasetRepositoryException
- extends DatasetException
Exception thrown for dataset repository-related failures.
Implementations of the DatasetRepository
interface throw this
exception if any of their operations fail. This is a runtime (unchecked)
exception.
- Since:
- 0.2.0
- See Also:
DatasetRepository
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DatasetRepositoryException
public DatasetRepositoryException()
DatasetRepositoryException
public DatasetRepositoryException(String message)
DatasetRepositoryException
public DatasetRepositoryException(String message,
Throwable cause)
DatasetRepositoryException
public DatasetRepositoryException(Throwable cause)
Copyright © 2013–2014. All rights reserved.