com.elasticbox
Class ClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.elasticbox.ClientException
All Implemented Interfaces:
Serializable

public class ClientException
extends IOException

Author:
Phong Nguyen Le
See Also:
Serialized Form

Constructor Summary
ClientException(String message, int statusCode)
           
 
Method Summary
 int getStatusCode()
           
 
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

ClientException

public ClientException(String message,
                       int statusCode)
Method Detail

getStatusCode

public int getStatusCode()


Copyright © 2004-2014. All Rights Reserved.