public class

BadRequestException

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.BadRequestException

Summary

Public Constructors
BadRequestException(String message)
BadRequestException(Throwable t)
BadRequestException(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 BadRequestException (String message)

public BadRequestException (Throwable t)

public BadRequestException (String message, Throwable cause)