Package 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.
-
-
Constructor Summary
Constructors Constructor Description AtmosError(int code, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
String
getMessage()
String
getStringSigned()
void
setStringSigned(String stringSigned)
String
toString()
-
-
-
Constructor Detail
-
AtmosError
public AtmosError(int code, String message)
-
-