org.soyatec.windowsazure.error
Class StorageClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.soyatec.windowsazure.error.StorageException
                  extended by org.soyatec.windowsazure.error.StorageClientException
All Implemented Interfaces:
java.io.Serializable

public class StorageClientException
extends StorageException

The class represents the storage client exceptions

See Also:
Serialized Form

Constructor Summary
StorageClientException(StorageErrorCode errorCode, java.lang.String statusDescription, int statusCode, StorageExtendedErrorInformation extendedErrorInfo, java.lang.Exception e)
          Construct a new StorageClientException object.
 
Method Summary
 
Methods inherited from class org.soyatec.windowsazure.error.StorageException
getErrorCode, getExtendedErrorInformation, getStatusCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StorageClientException

public StorageClientException(StorageErrorCode errorCode,
                              java.lang.String statusDescription,
                              int statusCode,
                              StorageExtendedErrorInformation extendedErrorInfo,
                              java.lang.Exception e)
Construct a new StorageClientException object.