com.cloudera.cdk.data
Class MetadataProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.cloudera.cdk.data.DatasetException
                  extended by com.cloudera.cdk.data.MetadataProviderException
All Implemented Interfaces:
Serializable

public class MetadataProviderException
extends DatasetException

Exception thrown for metadata provider-related failures.

Implementations of the MetadataProvider interface throw this exception if any of their operations fail. This is a runtime (unchecked) exception.

Since:
0.2.0
See Also:
MetadataProvider, Serialized Form

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

MetadataProviderException

public MetadataProviderException()

MetadataProviderException

public MetadataProviderException(String message)

MetadataProviderException

public MetadataProviderException(String message,
                                 Throwable t)

MetadataProviderException

public MetadataProviderException(Throwable t)


Copyright © 2013–2014 Cloudera. All rights reserved.