org.kitesdk.data
Class DatasetRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kitesdk.data.DatasetException
                  extended by 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

Constructor Summary
DatasetRepositoryException()
           
DatasetRepositoryException(String message)
           
DatasetRepositoryException(String message, Throwable cause)
           
DatasetRepositoryException(Throwable cause)
           
 
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

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.