org.soyatec.windowsazure.error
Class StorageServerException

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.StorageServerException
All Implemented Interfaces:
java.io.Serializable

public class StorageServerException
extends StorageException

Server exceptions indicates server side problems.

See Also:
Serialized Form

Constructor Summary
StorageServerException(StorageErrorCode serviceTimeout, java.lang.String statusDescription, int statusCode, java.lang.Exception inner)
          Construct a new StorageServerException object.
StorageServerException(StorageErrorCode serviceTimeout, java.lang.String statusDescription, int statusCode, StorageExtendedErrorInformation details, java.lang.Exception inner)
          Construct a new StorageServerException object.
 
Method Summary
 StorageExtendedErrorInformation getDetails()
          Get the storage extended error information of StorageServerException.
 
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

StorageServerException

public StorageServerException(StorageErrorCode serviceTimeout,
                              java.lang.String statusDescription,
                              int statusCode,
                              java.lang.Exception inner)
Construct a new StorageServerException object.


StorageServerException

public StorageServerException(StorageErrorCode serviceTimeout,
                              java.lang.String statusDescription,
                              int statusCode,
                              StorageExtendedErrorInformation details,
                              java.lang.Exception inner)
Construct a new StorageServerException object.

Method Detail

getDetails

public StorageExtendedErrorInformation getDetails()
Get the storage extended error information of StorageServerException.

Returns:
StorageExtendedErrorInformation