LayoutException.java
761 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.livecycle.formsservice.exception;
import com.adobe.livecycle.formsservice.exception.FormServerException;
public class LayoutException
extends FormServerException {
public LayoutException() {
}
public LayoutException(String reason) {
super(reason);
}
public LayoutException(String reason, Throwable e) {
super(reason, e);
}
public LayoutException(Exception e) {
super(e);
}
public LayoutException(String resourceID, int severity, boolean log) {
super(resourceID, severity, log);
}
public LayoutException(String resourceID, String[] args, int severity, boolean log) {
super(resourceID, args, severity, log);
}
}