AppCacheException.java
385 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.cq.mobile.appcache.impl;
import com.adobe.cq.mobile.platform.impl.MobileAppException;
public class AppCacheException
extends MobileAppException {
public AppCacheException(String message, Throwable cause) {
super(message, cause);
}
public AppCacheException(String message) {
super(message);
}
}