Java com.amazonaws SdkBaseException fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws SdkBaseException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws SdkBaseException.

The text is from its open source code.

Constructor

SdkBaseException(String message)
Creates a new SdkBaseException with the specified message.
SdkBaseException(Throwable t)
Creates a new SdkBaseException with the root cause.