org.jclouds.atmos.domain
Class AtmosError
java.lang.Object
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
AtmosError
public AtmosError(int code,
String message)
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.