|
Did this page help you?Yes No Tell us about it... |
||||||
| 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
com.amazonaws.AmazonClientException
com.amazonaws.AmazonServiceException
com.amazonaws.services.storagegateway.model.InternalServerErrorException
public class InternalServerErrorException
An internal server error has occured during the request. See the error and message fields for more information.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.amazonaws.AmazonServiceException |
|---|
AmazonServiceException.ErrorType |
| Constructor Summary | |
|---|---|
InternalServerErrorException(java.lang.String message)
Constructs a new InternalServerErrorException with the specified error message. |
|
| Method Summary | |
|---|---|
StorageGatewayError |
getError()
Returns the value of the Error property for this object. |
void |
setError(StorageGatewayError error)
Sets the value of the Error property for this object. |
| Methods inherited from class com.amazonaws.AmazonServiceException |
|---|
getErrorCode, getErrorType, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InternalServerErrorException(java.lang.String message)
message - Describes the error encountered.| Method Detail |
|---|
public StorageGatewayError getError()
public void setError(StorageGatewayError error)
error - The new value for this object's Error property.
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||