com.cumulocity.sdk.client
Class SDKException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cumulocity.sdk.client.SDKException
All Implemented Interfaces:
Serializable

public class SDKException
extends Exception

See Also:
Serialized Form

Constructor Summary
SDKException(int httpStatusCode, String string)
           
SDKException(String string)
           
SDKException(String string, Throwable t)
           
 
Method Summary
 int getHttpStatus()
           
 
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

SDKException

public SDKException(String string)

SDKException

public SDKException(String string,
                    Throwable t)

SDKException

public SDKException(int httpStatusCode,
                    String string)
Method Detail

getHttpStatus

public int getHttpStatus()


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.