|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.soyatec.windowsazure.error.StorageException
public class StorageException
The base class for storage service exceptions
| Constructor Summary | |
|---|---|
StorageException(java.lang.Exception innerException)
Construct a new StorageException object with an enception. |
|
StorageException(java.lang.String msg)
Construct a new StorageException object with a string. |
|
| Method Summary | |
|---|---|
StorageErrorCode |
getErrorCode()
Get the error code of the StorageException. |
StorageExtendedErrorInformation |
getExtendedErrorInformation()
Get the storage extended error information of the StorageException. |
int |
getStatusCode()
Get the status code of the StorageException. |
| 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 |
|---|
public StorageException(java.lang.Exception innerException)
innerException - public StorageException(java.lang.String msg)
msg - | Method Detail |
|---|
public int getStatusCode()
public StorageErrorCode getErrorCode()
public StorageExtendedErrorInformation getExtendedErrorInformation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||