Package com.adobe.fd.forms.api
Class FormsServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.fd.forms.api.FormsServiceException
-
- All Implemented Interfaces:
java.io.Serializable
public abstract class FormsServiceException extends java.lang.Exception
Exception thrown by FormsService operation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormsServiceException()
FormsServiceException(java.lang.String message)
FormsServiceException(java.lang.String message, java.lang.Throwable cause)
FormsServiceException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
FormsServiceException
public FormsServiceException()
-
FormsServiceException
public FormsServiceException(java.lang.String message)
-
FormsServiceException
public FormsServiceException(java.lang.String message, java.lang.Throwable cause)
-
FormsServiceException
public FormsServiceException(java.lang.Throwable cause)
-
-