Package com.emc.object.s3
Class S3Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.emc.rest.smart.SmartClientException
-
- com.emc.object.s3.S3Exception
-
- All Implemented Interfaces:
java.io.Serializable
public class S3Exception extends com.emc.rest.smart.SmartClientException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description S3Exception(java.lang.String message, int httpCode)
S3Exception(java.lang.String message, int httpCode, java.lang.String errorCode, java.lang.String requestId)
S3Exception(java.lang.String message, int httpCode, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getErrorCode()
int
getHttpCode()
java.lang.String
getRequestId()
-
Methods inherited from class com.emc.rest.smart.SmartClientException
getErrorType, isServerError, setErrorType
-
-
-
-
Constructor Detail
-
S3Exception
public S3Exception(java.lang.String message, int httpCode)
-
S3Exception
public S3Exception(java.lang.String message, int httpCode, java.lang.Throwable cause)
-
S3Exception
public S3Exception(java.lang.String message, int httpCode, java.lang.String errorCode, java.lang.String requestId)
-
-