STPServiceException.java
437 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.fd.stp.api;
public abstract class STPServiceException
extends Exception {
public STPServiceException() {
}
public STPServiceException(String message) {
super(message);
}
public STPServiceException(String message, Throwable cause) {
super(message, cause);
}
public STPServiceException(Throwable cause) {
super(cause);
}
}