| Package | com.adobe.livecycle.formsservice.exception |
| Class | public class FormServerException |
| Inheritance | FormServerException Exception |
| Method | Defined By | ||
|---|---|---|---|
A constructor that delegates to super. | FormServerException | ||
FormServerException(String reason) A constructor that delegates to super. | FormServerException | ||
FormServerException(Exception e) A constructor that delegates to super. | FormServerException | ||
FormServerException(String reason, Throwable e) A constructor that delegates to super. | FormServerException | ||
FormServerException(String resourceID, int severity, boolean log) A constructor that finds a string using resourceID and optional logs | FormServerException | ||
FormServerException(String resourceID, String[] args, int severity, boolean log) A constructor that finds a string using resourceID and merges arguments and optional logs | FormServerException | ||
| FormServerException | () |
public FormServerException()A constructor that delegates to super.
| FormServerException | () |
public FormServerException(String reason)A constructor that delegates to super.
reason |
| FormServerException | () |
public FormServerException(Exception e)A constructor that delegates to super.
e |
| FormServerException | () |
public FormServerException(String reason, Throwable e)A constructor that delegates to super.
reason | |
e |
| FormServerException | () |
public FormServerException(String resourceID, int severity, boolean log)A constructor that finds a string using resourceID and optional logs
resourceID | |
severity | |
log |
| FormServerException | () |
public FormServerException(String resourceID, String[] args, int severity, boolean log)A constructor that finds a string using resourceID and merges arguments and optional logs
resourceID | |
args | |
severity | |
log |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/livecycle/formsservice/exception/FormServerException.html