Packagecom.adobe.livecycle.formsservice.exception
Classpublic class FormServerException
InheritanceFormServerException Inheritance Exception

The base exception class for exceptions that are thrown by the Forms service.



Public Methods
 MethodDefined 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
Constructor Detail
FormServerException()
public FormServerException()

A constructor that delegates to super.

FormServerException() 
public FormServerException(String reason)

A constructor that delegates to super.

Parameters
reason
FormServerException() 
public FormServerException(Exception e)

A constructor that delegates to super.

Parameters
e
FormServerException() 
public FormServerException(String reason, Throwable e)

A constructor that delegates to super.

Parameters
reason
 
e
FormServerException() 
public FormServerException(String resourceID, int severity, boolean log)

A constructor that finds a string using resourceID and optional logs

Parameters
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

Parameters
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