org.soyatec.windowsazure.error
Class StorageServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.soyatec.windowsazure.error.StorageException
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
| 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 |
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.
getDetails
public StorageExtendedErrorInformation getDetails()
- Get the storage extended error information of StorageServerException.
- Returns:
- StorageExtendedErrorInformation