Class S3Exception

  • All Implemented Interfaces:
    java.io.Serializable

    public class S3Exception
    extends com.emc.rest.smart.SmartClientException
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.emc.rest.smart.SmartClientException

        com.emc.rest.smart.SmartClientException.ErrorType
    • 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • 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)
    • Method Detail

      • getHttpCode

        public int getHttpCode()
      • getErrorCode

        public java.lang.String getErrorCode()
      • getRequestId

        public java.lang.String getRequestId()