package org.mule.modules.dynamodb.exceptions;
/**
* TODO: description needed - sporcina (Oct.14,2013)
*/
public class TableNeverWentActiveException extends Exception {
public TableNeverWentActiveException(String message) {
super(message);
}
public TableNeverWentActiveException(String message, Throwable throwable) {
super(message, throwable);
}
}