Class ServerException

All Implemented Interfaces:
Serializable

public class ServerException extends AmazonServiceException

These errors are usually caused by a server-side issue.

See Also:
  • Constructor Details

    • ServerException

      public ServerException(String message)
      Constructs a new ServerException with the specified error message.
      Parameters:
      message - Describes the error encountered.