public class

NotFoundException

extends OperationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.netflix.astyanax.connectionpool.exceptions.ConnectionException
         ↳ com.netflix.astyanax.connectionpool.exceptions.OperationException
           ↳ com.netflix.astyanax.connectionpool.exceptions.NotFoundException

Summary

Public Constructors
NotFoundException(String message)
NotFoundException(Throwable cause)
NotFoundException(String message, Throwable cause)
[Expand]
Inherited Methods
From class com.netflix.astyanax.connectionpool.exceptions.ConnectionException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NotFoundException (String message)

public NotFoundException (Throwable cause)

public NotFoundException (String message, Throwable cause)