EmptyTrashException =================== .. java:package:: org.motechproject.mds.ex :noindex: .. java:type:: public class EmptyTrashException extends MdsException The \ ``EmptyTrashException``\ exception signals a situation that there were some problems with cleaning the module trash. Constructors ------------ EmptyTrashException ^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public EmptyTrashException(Throwable cause) :outertype: EmptyTrashException Constructs a new EmptyTrashException with \ *mds.error.emptyTrashException*\ as a message key. :param cause: the cause of exception.