
org.terracotta.modules.ehcache.async.exceptions.ProcessingException Maven / Gradle / Ivy
/*
* All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved.
*/
package org.terracotta.modules.ehcache.async.exceptions;
public class ProcessingException extends AsyncException {
public ProcessingException(final String msg, final Throwable cause) {
super(msg, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy