public class AWSAppSyncClientException
extends java.lang.Exception
| Constructor and Description |
|---|
AWSAppSyncClientException()
Default constructor.
|
AWSAppSyncClientException(java.lang.String message) |
AWSAppSyncClientException(java.lang.String message,
java.lang.Throwable cause) |
AWSAppSyncClientException(java.lang.Throwable cause) |
public AWSAppSyncClientException()
public AWSAppSyncClientException(java.lang.String message)
message - the exception message.public AWSAppSyncClientException(java.lang.String message,
java.lang.Throwable cause)
message - the exception message.cause - the throwable object that contains the cause.public AWSAppSyncClientException(java.lang.Throwable cause)
cause - the throwable object that contains the cause