public class ClearCacheException extends AWSAppSyncClientException
Constructor and Description |
---|
ClearCacheException()
Default constructor.
|
ClearCacheException(java.lang.String message) |
ClearCacheException(java.lang.String message,
java.lang.Throwable cause) |
ClearCacheException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
addException(java.lang.Exception exception) |
java.util.List<java.lang.Exception> |
getExceptions() |
public ClearCacheException()
public ClearCacheException(java.lang.String message)
message
- the exception message.public ClearCacheException(java.lang.String message, java.lang.Throwable cause)
message
- the exception message.cause
- the throwable object that contains the cause.public ClearCacheException(java.lang.Throwable cause)
cause
- the throwable object that contains the cause