me.prettyprint.hector.api.exceptions
Class HInvalidRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by me.prettyprint.hector.api.exceptions.HectorException
                  extended by me.prettyprint.hector.api.exceptions.HInvalidRequestException
All Implemented Interfaces:
Serializable

public final class HInvalidRequestException
extends HectorException

Author:
Ran Tavory (rantav@gmail.com)
See Also:
Serialized Form

Constructor Summary
HInvalidRequestException(String msg)
           
HInvalidRequestException(Throwable t)
           
 
Method Summary
 String getWhy()
           
 void setWhy(String w)
           
 
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

HInvalidRequestException

public HInvalidRequestException(String msg)

HInvalidRequestException

public HInvalidRequestException(Throwable t)
Method Detail

setWhy

public void setWhy(String w)

getWhy

public String getWhy()


Copyright © 2011. All Rights Reserved.