org.kitesdk.data
Class DatasetNotFoundException

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
                      extended by org.kitesdk.data.DatasetNotFoundException
All Implemented Interfaces:
Serializable

public class DatasetNotFoundException
extends DatasetRepositoryException

Exception thrown to indicate that a dataset was not found.

Since:
0.9.0
See Also:
Serialized Form

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

DatasetNotFoundException

public DatasetNotFoundException(String message)

DatasetNotFoundException

public DatasetNotFoundException(String message,
                                Throwable cause)

DatasetNotFoundException

public DatasetNotFoundException(Throwable cause)


Copyright © 2013–2014. All rights reserved.