LCFormsServiceException.java
1.94 KB
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* scala.ScalaObject
* scala.reflect.ScalaSignature
*/
package com.adobe.forms.service;
import scala.ScalaObject;
import scala.reflect.ScalaSignature;
@ScalaSignature(bytes="\u0006\u0001}2A!\u0001\u0002\u0001\u0017\t9Bj\u0011$pe6\u001c8+\u001a:wS\u000e,W\t_2faRLwN\u001c\u0006\u0003\u0007\u0011\tqa]3sm&\u001cWM\u0003\u0002\u0006\r\u0005)am\u001c:ng*\u0011q\u0001C\u0001\u0006C\u0012|'-\u001a\u0006\u0002\u0013\u0005\u00191m\\7\u0004\u0001M\u0019\u0001\u0001\u0004\u000b\u0011\u00055\u0011R\"\u0001\b\u000b\u0005=\u0001\u0012\u0001\u00027b]\u001eT\u0011!E\u0001\u0005U\u00064\u0018-\u0003\u0002\u0014\u001d\tIQ\t_2faRLwN\u001c\t\u0003+ai\u0011A\u0006\u0006\u0002/\u0005)1oY1mC&\u0011\u0011D\u0006\u0002\f'\u000e\fG.Y(cU\u0016\u001cG\u000f\u0003\u0005\u001c\u0001\t\u0005\t\u0015!\u0003\u001d\u0003\u001diWm]:bO\u0016\u0004\"!\b\u0011\u000f\u0005Uq\u0012BA\u0010\u0017\u0003\u0019\u0001&/\u001a3fM&\u0011\u0011E\t\u0002\u0007'R\u0014\u0018N\\4\u000b\u0005}1\u0002\u0002\u0003\u0013\u0001\u0005\u0003\u0005\u000b\u0011B\u0013\u0002\u000b\r\fWo]3\u0011\u0005\u0019rcBA\u0014-\u001d\tA3&D\u0001*\u0015\tQ#\"\u0001\u0004=e>|GOP\u0005\u0002/%\u0011QFF\u0001\ba\u0006\u001c7.Y4f\u0013\ty\u0003GA\u0005UQJ|w/\u00192mK*\u0011QF\u0006\u0005\u0006e\u0001!\taM\u0001\u0007y%t\u0017\u000e\u001e \u0015\u0007Q2t\u0007\u0005\u00026\u00015\t!\u0001C\u0003\u001cc\u0001\u0007A\u0004C\u0003%c\u0001\u0007Q\u0005C\u00033\u0001\u0011\u0005\u0011\b\u0006\u00025u!)1\b\u000fa\u00019\u0005\t1\u000fC\u00033\u0001\u0011\u0005Q\b\u0006\u00025}!)A\u0005\u0010a\u0001K\u0001")
public class LCFormsServiceException
extends Exception
implements ScalaObject {
public LCFormsServiceException(String message, Throwable cause) {
super(message, cause);
}
public LCFormsServiceException(String s) {
this(s, null);
}
public LCFormsServiceException(Throwable cause) {
this(null, cause);
}
}