WSXMLFMCallBackException.java
700 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.xmlformcallback;
import com.adobe.xmlformcallback.WSXMLFMCallBackExceptionHelper;
import org.omg.CORBA.UserException;
public final class WSXMLFMCallBackException
extends UserException {
private static final long serialVersionUID = 1;
public String reason = "";
public WSXMLFMCallBackException() {
super(WSXMLFMCallBackExceptionHelper.id());
}
public WSXMLFMCallBackException(String _reason, String reason) {
super(_reason);
this.reason = reason;
}
public WSXMLFMCallBackException(String reason) {
super(WSXMLFMCallBackExceptionHelper.id());
this.reason = reason;
}
}