org.jclouds.atmos.domain
Class AtmosError

java.lang.Object
  extended by org.jclouds.atmos.domain.AtmosError

public class AtmosError
extends Object

When an Atmos Storage request is in error, the client receives an error response. Provides access to EMC Atmos Online Storage resources via their REST API.

Author:
Adrian Cole

Constructor Summary
AtmosError(int code, String message)
           
 
Method Summary
 int getCode()
           
 String getMessage()
           
 String getStringSigned()
           
 void setStringSigned(String stringSigned)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtmosError

public AtmosError(int code,
                  String message)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getCode

public int getCode()

getMessage

public String getMessage()

setStringSigned

public void setStringSigned(String stringSigned)

getStringSigned

public String getStringSigned()
Returns:
what jclouds signed before sending the request.


Copyright © 2009-2011 jclouds. All Rights Reserved.